Add build-time system config directory variable

This commit is contained in:
2025-06-21 18:01:08 +03:00
parent 3025fee2bb
commit ff087b196a
6 changed files with 13 additions and 11 deletions
+2 -2
View File
@@ -20,5 +20,5 @@ make
```
- Run the following command **with superuser privileges** to install Typer to your system
```shell
make install SYSCONFDIR=/etc
```
make install
```