Skip to content

Commit 8577be3

Browse files
Update packaging section in README
1 parent dbe24c7 commit 8577be3

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,20 +85,21 @@ fastfetch uses [`cmake`](https://cmake.org/) and [`pkg-config`](https://www.free
8585
mkdir -p build
8686
cd build
8787
cmake ..
88-
cmake --build . -j$(nproc) --target fastfetch --target flashfetch
88+
cmake --build . --target fastfetch --target flashfetch
8989
```
9090

9191
If pkg-config fails to find the headers for a library listed in [dependencies](#dependencies), fastfetch will simply build without support for that specific feature. This means, it won't look for it at runtime and just act like it isn't available.
9292

9393
## Packaging
9494

95-
* [AUR](https://aur.archlinux.org/packages/fastfetch-git/): Packaged by me. Will install the fastfetch binary, bash completion and the presets. Git version
96-
* [Manjaro Repositories](https://gitlab.manjaro.org/packages/community/fastfetch): Packaged by a manjaro maintainer. Usually a bit outdated.
97-
* [Gentoo (Guru)](https://github.com/gentoo/guru/tree/master/app-misc/fastfetch): Packed by some other guy. May be out of date some times.
98-
* DEB / RPM: Run `cmake -B build && cmake --build build --target package` to build the packages in build.
99-
* Manually:
100-
* Build: Follow the [build instructions](#building).
101-
* Install: `sudo cmake --install build --prefix /usr/local`
95+
[![Packaging status](https://repology.org/badge/vertical-allrepos/fastfetch.svg)](https://repology.org/project/fastfetch/versions)
96+
97+
### Manual
98+
99+
Build: Follow the [build instructions](#building).
100+
101+
* Create DEB / RPM: Run `cmake --build . --target package`.
102+
* Install directly: Run `sudo cmake --install . --prefix /usr/local`
102103

103104
## FAQ
104105

0 commit comments

Comments
 (0)