aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-06-27 13:33:35 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-06-27 13:33:35 +0200
commit1dbfcf49c3c674d8883c4a7f223dde445ab08294 (patch)
treef8572e1ed761a83fd8a54121554ee2f75b4d2e83
parentc34cfc4d5d1686a49562a69b327d8b947748ff30 (diff)
downloadstandardskriver-1dbfcf49c3c674d8883c4a7f223dde445ab08294.tar.gz
standardskriver-1dbfcf49c3c674d8883c4a7f223dde445ab08294.tar.bz2
standardskriver-1dbfcf49c3c674d8883c4a7f223dde445ab08294.zip
README.md: Add installation instructions.
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index df9f0a9..734aa8b 100644
--- a/README.md
+++ b/README.md
@@ -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