Link to systemd install instructions

This commit is contained in:
Magnus Hoff 2017-11-21 14:14:57 +01:00
parent 98a8dd8aca
commit f261d66a3a

View file

@ -35,8 +35,10 @@ single independent executable for Linux.
3. Set execution permission: `chmod a+x sausagewiki`
4. Run: `./sausagewiki wiki.db`
For other platforms you will presently have to build it yourself. Sausagewiki
is built like other Rust projects, with `cargo build`.
For a more permanent installation, you could [install Sausagewiki as a systemd
service](https://github.com/maghoff/sausagewiki/wiki/System-wide-installation-with-systemd).
Alternatively, you could build it from source code with `cargo build`.
Command line arguments
----------------------