Skip to content

Commit e56caae

Browse files
committed
Fixed mistake in installation instructions
- Added missing `cd mapnik` - see mapnik/mapnik#3601
1 parent 3561f77 commit e56caae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pages/downloads.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ We plan on providing prebuilt binaries soon for Mapnik 3.0.12.
2020
To build Mapnik v3.0.12 from source either download the [v3.0.12 tarball](https://github.com/mapnik/mapnik/releases/download/v3.0.12/mapnik-v3.0.12.tar.bz2) or pull directly from github:
2121

2222
git clone https://github.com/mapnik/mapnik.git
23+
cd mapnik
2324
git checkout v3.0.12
2425
git submodule update --init
2526
./configure && make && make test

0 commit comments

Comments
 (0)