From e84fbf152328d63063c2442f6292c879fdcb95a1 Mon Sep 17 00:00:00 2001 From: Joe Reeve Date: Wed, 30 May 2018 10:51:46 +0100 Subject: [PATCH] Update INSTALL.md Added a `cd` to allow for simpler execution (copy-paste) --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.md b/INSTALL.md index 8992144b1..28700f61d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -6,6 +6,7 @@ First clone mapnik from github and initialize submodules ```bash git clone https://github.com/mapnik/mapnik.git +cd mapnik git submodule update --init ```