Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 1685993

Browse files
committed
README tweaks
1 parent 13af229 commit 1685993

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tea/gui is the graphical app complement to [`tea/cli`].
1717

1818
Under the hood tea/gui installs and manages your packages with [`tea/cli`]
1919
while exposing additional functionality, features and informational touches
20-
that complement and expand upon what a package manager can do.
20+
that complement and expand upon the nature of package management.
2121

2222
To install the gui, visit: https://tea.xyz/gui/ and download the latest
2323
version. The gui auto-updates itself.
@@ -27,16 +27,20 @@ version. The gui auto-updates itself.
2727

2828
# Contributing to `tea/gui`
2929

30+
If you have suggestions or ideas, start a [discussion]. If we agree, we’ll
31+
move it to an issue. Bug fixes straight to pull request or issue please!
32+
33+
## Anatomy
34+
3035
tea/gui is a Svelte Electon app. The electron “backend” can be found in
31-
`modules/desktop`, the Svelte “frontend” in `modules/ui`. In addition the
32-
following technologies are used:
36+
`modules/desktop`, the Svelte “frontend” in `modules/ui`. The following
37+
technologies are used:
3338

3439
- [svelte](https://svelte.dev/)
3540
- [tailwind](https://tailwindcss.com/)
36-
- [fontastic](https://fontastic.me) (an icon font)
41+
- [fontastic](https://fontastic.me)
42+
- [electron](http://electronjs.org)
3743

38-
If you have suggestions or ideas, start a [discussion]. If we agree, we’ll
39-
move it to an issue. Bug fixes straight to pull request or issue please!
4044

4145
# Hacking on `tea/gui`
4246

@@ -120,7 +124,7 @@ pnpm run -r lint
120124
| nodejs.org | =18.15.0 |
121125
| pnpm.io | =7.18.2 |
122126
| xcfile.dev | >=0.0.110 |
123-
| python.org | >=3.10 |
127+
| python.org | ^3.10 |
124128

125129
[`tea/cli`]: https://github.com/teaxyz/cli
126130
[`xc`]: https://xcfile.dev

0 commit comments

Comments
 (0)