From c18269ffae058faebccf826a26e31d2e3166b098 Mon Sep 17 00:00:00 2001 From: Alex Leith Date: Tue, 25 Sep 2018 08:48:28 +1000 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e2893a..e4cb264 100644 --- a/README.md +++ b/README.md @@ -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