Stormfetch can now read config files in the directory specified with the Makefile SYSCONFDIR variable

This commit is contained in:
2024-06-20 21:23:50 +03:00
parent 7c493dc9f9
commit 8c380dbec4
4 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ Stormfetch is still in beta, so distro compatibility is limited. If you would li
- Download `make` from your package manager
- Run the following command to compile the project
```
make
make SYSCONFDIR=/etc
```
- 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
```