diff options
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -86,6 +86,24 @@ The same configuration scheme is possible for POSIX groups: [groups] students = students-printer +## Installation + +### From Sources + +This project contains a `Makefile` that sets up the Standard Skriver Tool on your system. + + $ make && sudo make install + +### Python3 Dependencies + +Make sure to have the Python3 module `netaddr` installed on your system. + +### Install as a Package + +The preferred installation method should rather be installation via your +distributions package manager, e.g. on Debian and derivatives: + + $ sudo apt-get install standardskriver ## License and Copyright |