diff options
Diffstat (limited to 'rust/INSTALL.md')
-rw-r--r-- | rust/INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/INSTALL.md b/rust/INSTALL.md index c2b86c51..7b7d6001 100644 --- a/rust/INSTALL.md +++ b/rust/INSTALL.md @@ -33,4 +33,4 @@ To install manually, on a bare server, as root: # as fatcat, in a screen or something cd /srv/fatcat/fatcat/rust - cargo run + cargo run --bin fatcatd |