mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 21:04:27 +01:00
Merge pull request #277 from bidoubiwa/add_cmd_to_compile
Add cmd line to compile binary
This commit is contained in:
commit
27326ea069
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user