From e3857b0fedef120b4d769360a4181d6ccb2b4b85 Mon Sep 17 00:00:00 2001 From: Clemens Wolff Date: Wed, 9 Aug 2017 12:14:22 -0700 Subject: [PATCH] Add pointers for setup of system dependencies --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03359f6..e9bb8bb 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Development Setup ===== In order to install on your local machine, you will need to install: -1. Postgres + postgis -2. Node +1. Postgres + postgis ([instructions for Ubuntu 16.04](http://www.gis-blog.com/how-to-install-postgis-2-3-on-ubuntu-16-04-lts/)) +2. Node ([instructions for Ubuntu 16.04](https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-16-04)) Once those are installed, go open a bash shell on the project directory and type: