Update INSTALL.md
Added a `cd` to allow for simpler execution (copy-paste)
This commit is contained in:
parent
16501f8641
commit
e84fbf1523
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue