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 ```