From 38949850f8bf9309eb0a12c0fc1071f36dfe9991 Mon Sep 17 00:00:00 2001 From: Daniel Seiller Date: Sat, 29 Jun 2019 11:20:13 +0200 Subject: [PATCH] Fix typo in README --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ac00f51..04952d3 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ *.router dumps/*.json plot.py +*.tmp diff --git a/README.md b/README.md index 46f73b0..9d187d3 100644 --- a/README.md +++ b/README.md @@ -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 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` - - Alternatively run `proces.py` in the `dumps` folder + - Alternatively run `process.py` in the `dumps` folder 4. run `ed_lrr --help`