Words
This commit is contained in:
parent
861765c85a
commit
7e930a5df1
1 changed files with 3 additions and 2 deletions
|
@ -41,8 +41,9 @@ service](https://github.com/maghoff/sausagewiki/wiki/System-wide-installation-wi
|
||||||
|
|
||||||
Alternative installation methods include the following:
|
Alternative installation methods include the following:
|
||||||
|
|
||||||
**Build from source** with `cargo build`. This requires you to have a working
|
**Build from source** with `cargo build --release`, producing the binary as
|
||||||
installation of [rust](https://www.rust-lang.org/en-US/).
|
`target/release/sausagewiki`. This requires you to have a working installation
|
||||||
|
of [rust](https://www.rust-lang.org/en-US/).
|
||||||
|
|
||||||
**Install with [Homebrew](https://brew.sh/)** on OS X/macOS:
|
**Install with [Homebrew](https://brew.sh/)** on OS X/macOS:
|
||||||
`brew install --HEAD https://raw.githubusercontent.com/maghoff/sausagewiki/master/deploy/sausagewiki.rb`
|
`brew install --HEAD https://raw.githubusercontent.com/maghoff/sausagewiki/master/deploy/sausagewiki.rb`
|
||||||
|
|
Loading…
Reference in a new issue