From 7bbe5aca5b19d245b697bdffb894cf28ca432098 Mon Sep 17 00:00:00 2001 From: Charlotte Vermandel Date: Tue, 12 Nov 2019 10:57:03 +0100 Subject: [PATCH] Add cmd line to compile binary --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2e0dfbff9..04e75bcb3 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ You will need to create your own web front display to make it pretty though. You can deploy the server on your own machine, it will listen to HTTP requests on the 8080 port by default. ```bash +rustup override set nightly cargo run --release ```