Updated Makefile, README.md and fetch_script_functions.sh

This commit is contained in:
2024-05-06 15:32:55 +03:00
parent 24bc0b6f16
commit c40c3ce423
3 changed files with 22 additions and 16 deletions
+1 -1
View File
@@ -16,5 +16,5 @@ make
```
- Run the following command to install stormfetch into your system. You may also append a DESTDIR variable at the end of this line if you wish to install in a different location
```
make install prefix=/usr
make install PREFIX=/usr SYSCONFDIR=/etc
```