Fix typo in README

This commit is contained in:
Daniel S. 2019-06-29 11:20:13 +02:00
parent 84bc08a2e1
commit 38949850f8
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
*.router *.router
dumps/*.json dumps/*.json
plot.py plot.py
*.tmp

View File

@ -5,7 +5,7 @@
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 install --path .` or `cargo 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 `proces.py` in the `dumps` folder - Alternatively run `process.py` in the `dumps` folder
4. run `ed_lrr --help` 4. run `ed_lrr --help`