From 72d11472da60071e98f4ce47f77ecdcafd6c3622 Mon Sep 17 00:00:00 2001 From: Ben Goldsworthy Date: Tue, 25 Aug 2020 17:44:06 +0100 Subject: [PATCH] Minor README amendments --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5747f47..7369656 100644 --- a/README.md +++ b/README.md @@ -59,13 +59,11 @@ To start the minion itself, run: ## Importing Ward Data -To import ward data, download CSV(s) from [here](https://www.doogal.co.uk/PostcodeDownloads.php) and then run the following command: +To import ward data: -```shell script -./script/pear-local_loop minion job \ - --enqueue 'csv_postcode_import' \ - --args '[ "⟨ path to CSV ⟩ ]' -``` +1. Download CSV(s) from [here](https://www.doogal.co.uk/PostcodeDownloads.php) +1. Run the following command: + -- `./script/pear-local_loop minion job --enqueue 'csv_postcode_import' --args '[ "⟨ path to CSV ⟩ ]'` ## Setting Up Entity Postcodes @@ -110,8 +108,8 @@ needed initially. - ***DO NOT RUN ON PROD.*** 1. Start the minion: - `./script/pear-local_loop minion worker` -1. Import ward data (see Production instructions above) -1. Set up postcodes (see Production intructions above) +1. Import ward data (see [instructions](#importing-ward-data) above) +1. Set up postcodes (see [intructions](#setting-up-entity-postcodes) above) 1. Start the application: - `morbo script/pear-local_loop -l http://*:3000` - You can modify the host and port as needed.