Update INSTALL.md

Added a `cd` to allow for simpler execution (copy-paste)
This commit is contained in:
Joe Reeve 2018-05-30 10:51:46 +01:00 committed by GitHub
parent 16501f8641
commit e84fbf1523
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@ First clone mapnik from github and initialize submodules
```bash ```bash
git clone https://github.com/mapnik/mapnik.git git clone https://github.com/mapnik/mapnik.git
cd mapnik
git submodule update --init git submodule update --init
``` ```