From 7e930a5df1279b7d1fa78163e43e6b084a960446 Mon Sep 17 00:00:00 2001 From: Magnus Hoff Date: Wed, 29 Nov 2017 15:47:23 +0100 Subject: [PATCH] Words --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a23dcd..c8d58c6 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,9 @@ service](https://github.com/maghoff/sausagewiki/wiki/System-wide-installation-wi Alternative installation methods include the following: -**Build from source** with `cargo build`. This requires you to have a working -installation of [rust](https://www.rust-lang.org/en-US/). +**Build from source** with `cargo build --release`, producing the binary as +`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: `brew install --HEAD https://raw.githubusercontent.com/maghoff/sausagewiki/master/deploy/sausagewiki.rb`