Merge pull request #277 from bidoubiwa/add_cmd_to_compile

Add cmd line to compile binary
This commit is contained in:
Clément Renault
2019-11-12 13:55:54 +01:00
committed by GitHub

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.
```bash
rustup override set nightly
cargo run --release
```