From e7e1199f4845389057a8201cbbb419a7af1b4793 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sun, 29 Mar 2015 22:59:59 +0100 Subject: [PATCH] Add a command output for reference. --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac4b50a..ae7ac25 100644 --- a/README.md +++ b/README.md @@ -47,4 +47,14 @@ The configuration is passed by using environment variables. 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. \ No newline at end of file +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. + + $ python gen_reference_data.py eve.db + Importing Types... + Importing Stations... + Importing Map... + $ ls -1 + map.json + stations.json + types.json +