Skip to content

Commit 2f2ec30

Browse files
Update README.md
1 parent f7040df commit 2f2ec30

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,17 @@ Grab the latest `.deb` file from the [releases page](https://github.com/Toni500g
7272

7373
### Arch (AUR)
7474
```bash
75-
# Binary versions
76-
yay -S customfetch-bin # Terminal only
77-
yay -S customfetch-gui-bin # GUI version
75+
# Binary
76+
yay -S customfetch-bin # Terminal only
77+
yay -S customfetch-gui-bin # GUI version
7878

79-
# Source versions
80-
yay -S customfetch # Terminal only
81-
yay -S customfetch-gui # GUI version
79+
# Compile from source (stable)
80+
yay -S customfetch # Terminal only
81+
yay -S customfetch-gui # GUI version
8282

8383
# Unstable / git versions
84-
yay -S customfetch-git
85-
yay -S customfetch-gui-git
84+
yay -S customfetch-git # Terminal only
85+
yay -S customfetch-gui-git # GUI version
8686
```
8787

8888
### Manual installation (for other distros)
@@ -155,8 +155,7 @@ Run `customfetch -w` or `man customfetch` for full syntax reference.\
155155
Escape `<` or `&` when needed (especially for GUI compatibility).
156156

157157
## Plugins
158-
Plugins are what make Customfetch so flexible.
159-
They let you extend it beyond system information and fetch anything — weather, GitHub data, APIs, or whatever else you can imagine.
158+
Thanks to plugins, customfetch is able to fetch beyond system information and be able to fetch anything — weather, GitHub data, APIs, etc.
160159

161160
You can easily install plugins from repositories using `cufetchpm`.
162161
For example:

0 commit comments

Comments
 (0)