You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
27
27
28
28
## Helper scripts
29
29
@@ -64,7 +64,7 @@ node download-systems-data.js
64
64
-`--distance 30` -Set maximum distance to 30 LY.
65
65
-`--demand 200` - Set mimimum demand to 200.
66
66
-`--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.
68
68
-`--bestbuy` - Show stations with lowest buy prices.
69
69
-`--bestsell` - Show stations with highest buy prices.
70
70
-`--besttransfer` - Show systems with highest profit for in-system trading.
0 commit comments