mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 10:22:12 +02:00
Update README.md
This commit is contained in:
@@ -98,10 +98,23 @@ If pkg-config fails to find the headers for a library listed in [dependencies](#
|
||||
|
||||
### Manual
|
||||
|
||||
Build: Follow the [build instructions](#building).
|
||||
#### Build DEB / RPM package:
|
||||
```bash
|
||||
cmake .. \
|
||||
-DCMAKE_INSTALL_PREFIX="/usr" \
|
||||
-DCMAKE_INSTALL_SYSCONFDIR="/etc"
|
||||
|
||||
* Create DEB / RPM: Run `cmake --build . --target package`.
|
||||
* Install directly: Run `sudo cmake --install . --prefix /usr/local`
|
||||
cmake --build . --target fastfetch
|
||||
```
|
||||
|
||||
#### Install directly:
|
||||
```bash
|
||||
cmake .. \
|
||||
-DCMAKE_INSTALL_PREFIX="/usr/local" \
|
||||
-DCMAKE_INSTALL_SYSCONFDIR="/etc"
|
||||
|
||||
sudo cmake --install .
|
||||
```
|
||||
|
||||
## FAQ
|
||||
|
||||
|
||||
Reference in New Issue
Block a user