diff --git a/README.md b/README.md index 5c5728e..58be8a3 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ Updating the SDE data To update the SDE data in the bot, use the ```gen_reference_data.py``` with a copy of the Sqlite conversion of the SDE, this will produce three json files that need to be copied to the data directory witthin the ```dropbot``` package. +The SDE is available here: https://developers.eveonline.com/resource/static-data-export + $ python gen_reference_data.py eve.db Importing Types... Importing Stations... @@ -58,4 +60,4 @@ To update the SDE data in the bot, use the ```gen_reference_data.py``` with a co map.json stations.json types.json - + $ cp -i map.json stations.json types.json dropbot/data/