Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin Igarashi authored Nov 29, 2020
1 parent 8610e97 commit bce4833
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ python upload2openafrica.py --key ${CKAN_API_KEY} --pkg {your package url} --tit
```bash
python upload2openafrica.py \
--key ${CKAN_API_KEY} \
--org "water-and-sanitation-corporation-ltd-wasac"
--org "water-and-sanitation-corporation-ltd-wasac" \
--pkg rw-water-vectortiles \
--title "Vector Tiles for rural water supply systems in Rwanda" \
--file ../data/rwss.mbtiles \
Expand All @@ -36,7 +36,7 @@ vi upload_mbtiles.sh

pipenv run python upload2openafrica.py \
--key ${CKAN_API_KEY} \
--org "water-and-sanitation-corporation-ltd-wasac"
--org "water-and-sanitation-corporation-ltd-wasac" \
--pkg rw-water-vectortiles \
--title "Vector Tiles for rural water supply systems in Rwanda" \
--file ../data/rwss.mbtiles \
Expand Down Expand Up @@ -89,4 +89,4 @@ jobs:
Don't forget to register your CKAN API Key on your setting page of Github!
Enjoy!
Enjoy!

0 comments on commit bce4833

Please sign in to comment.