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
commit 27326ea069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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