Add cmd line to compile binary

This commit is contained in:
Charlotte Vermandel 2019-11-12 10:57:03 +01:00
parent 1c4afe6d0f
commit 7bbe5aca5b

View File

@ -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. You can deploy the server on your own machine, it will listen to HTTP requests on the 8080 port by default.
```bash ```bash
rustup override set nightly
cargo run --release cargo run --release
``` ```