Skip to content

Commit 8623976

Browse files
authored
Update README.md
1 parent da02338 commit 8623976

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Live tracker of buy and sell prices accros the Elite Dangerous universe
33
![app screenshot](https://github.com/bzoz/ed-ltd-seller/blob/main/screenshots/all.png?raw=true)
44

55
This app connects to [EDDN](https://github.com/EDSM-NET/EDDN/wiki) and listens for commodities market updates. It can:
6-
- print highes sell price (and location) of the given commodity
6+
- print highest sell price (and location) of the given commodity
77
- lowest buying price
88
- it can also find in-system trade routes, like a carrier selling LTD at a lower price than a station next to it is buying
99

@@ -18,12 +18,12 @@ The tool will not connect to any other data service, you will only get prices re
1818
You will need:
1919
- [Node.js v12.x](https://nodejs.org) - the app runtime. Get the LTS version.
2020
- [Memurai](https://www.memurai.com/get-memurai) - Redis-compatible datastore, used for the database. Get the free Developer Edition.
21-
- [Thie app itself](https://github.com/bzoz/ed-ltd-seller/archive/v0.0.1.zip)
21+
- [Thie app itself](https://github.com/bzoz/ed-ltd-seller/archive/v0.1.0.zip)
2222

2323
To run the app:
2424
- Install both Memurai and Node.js
2525
- Extract the ZIP-file with the app to any folder
26-
- Run `init.cmd` - it will install dependencies for the app and will download the star system data from [EDSM](https://www.edsm.net/). The download is about 2GB, and it will use about 4GB of disk space. Alternatively, run `init-nodb.cmd`. It will not download any star data, but will only rely on the data from the EDDN messages. In practice this means it will take the app some time before it will start displaying distances to the selling carriers.
26+
- Run `init.cmd` - it will install dependencies for the app and will download the star system data from [EDSM](https://www.edsm.net/). The download is about 2GB, and it will use about 4GB of disk space. Alternatively, run `init-nodb.cmd`. It will not download any star data but will only rely on the data from the EDDN messages. In practice this means it will take the app some time before it will start displaying distances to the selling carriers.
2727

2828
## Helper scripts
2929

@@ -64,7 +64,7 @@ node download-systems-data.js
6464
- `--distance 30` -Set maximum distance to 30 LY.
6565
- `--demand 200` - Set mimimum demand to 200.
6666
- `--supply 300` - Set miminum supply to 300.
67-
- `--commodity lowtemperaturediamond` - Show only LTD prices. You can use any commodity name, just remove spaces or hypens.
67+
- `--commodity lowtemperaturediamond` - Show only LTD prices. You can use any commodity name, just remove spaces or hyphens.
6868
- `--bestbuy` - Show stations with lowest buy prices.
6969
- `--bestsell` - Show stations with highest buy prices.
7070
- `--besttransfer` - Show systems with highest profit for in-system trading.

0 commit comments

Comments
 (0)