From 5c6030cd74c6d8648c1a93522256f6ff020edb36 Mon Sep 17 00:00:00 2001 From: Rob Date: Wed, 3 Jun 2015 11:55:26 +0100 Subject: [PATCH] Add the copy step to the SDE update instructions. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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/