Link to systemd install instructions
This commit is contained in:
parent
98a8dd8aca
commit
f261d66a3a
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
----------------------
|
||||
|
|
Loading…
Reference in a new issue