diff --git a/README.md b/README.md index f30596be..89cefd8e 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ for download under a liberal open data license ## Setup and run -1. Provision database (see `migrations`) -1. Load buildings and geometries to database (see `etl`) +1. Provision database (see [migrations](migrations/README.md)) +1. Load buildings and geometries to database (see [etl](etl/README.md)) 1. Install app dependencies: `cd app && npm i` 1. Run tests: `npm test` 1. Run app: `npm start`