mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 10:24:58 +02:00
Update README.md
This commit is contained in:
@@ -102,7 +102,7 @@ If pkg-config fails to find the headers for a library listed in [dependencies](#
|
||||
```bash
|
||||
cmake .. \
|
||||
-DCMAKE_INSTALL_PREFIX="/usr" \
|
||||
-DCMAKE_INSTALL_SYSCONFDIR="/etc"
|
||||
-DCMAKE_INSTALL_SYSCONFDIR="/etc"
|
||||
|
||||
cmake --build . --target fastfetch
|
||||
```
|
||||
@@ -111,7 +111,7 @@ cmake --build . --target fastfetch
|
||||
```bash
|
||||
cmake .. \
|
||||
-DCMAKE_INSTALL_PREFIX="/usr/local" \
|
||||
-DCMAKE_INSTALL_SYSCONFDIR="/etc"
|
||||
-DCMAKE_INSTALL_SYSCONFDIR="/etc"
|
||||
|
||||
sudo cmake --install .
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user