Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgleith committed Sep 24, 2018
1 parent 5fddcee commit c18269f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The Cube in a Box is a simple way to run the [OpenDataCube](https://opendatacube

# Some notes:
* Start a local environment using `make up` or `docker-compose up`
* Set up your local postgres database (after the above has finished) using `make init-db` (or see the [Makefile](./Makefile) for the exact commands)
* Set up your local postgres database (after the above has finished) using `make initdb` (or see the [Makefile](./Makefile) for the exact commands)
* Before indexing Landsat 8, you need to grab the pathrows index using `make download-pathrows-file`
* Index a default region with `make index`
* Edit the Makefile to change the region of interest
Expand Down

0 comments on commit c18269f

Please sign in to comment.