Update README.md
add "+nightly" to cargo commands
This commit is contained in:
parent
caffc40bdb
commit
5f341ae5f1
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
## Usage:
|
## Usage:
|
||||||
|
|
||||||
1. download `bodies.json` and `systemsWithCoordinates.json` from https://www.edsm.net/en/nightly-dumps/ and place them in the `dumps` folder
|
1. download `bodies.json` and `systemsWithCoordinates.json` from https://www.edsm.net/en/nightly-dumps/ and place them in the `dumps` folder
|
||||||
2. run `cargo install --path .` or `cargo install --git https://gitlab.com/Earthnuker/ed_lrr.git`
|
2. run `cargo +nightly install --path .` or `cargo +nightly install --git https://gitlab.com/Earthnuker/ed_lrr.git`
|
||||||
3. run `ed_lrr_pp --bodies dumps/bodies.json --systems dumps/systemsWithCoordinates.json`
|
3. run `ed_lrr_pp --bodies dumps/bodies.json --systems dumps/systemsWithCoordinates.json`
|
||||||
- Alternatively run `process.py` in the `dumps` folder
|
- Alternatively run `process.py` in the `dumps` folder
|
||||||
4. run `ed_lrr --help`
|
4. run `ed_lrr --help`
|
||||||
|
|
Loading…
Reference in a new issue