From 5c724e50cef080b8ff41e5c2582c6204f5606ddf Mon Sep 17 00:00:00 2001 From: ImreSamu Date: Sun, 4 Dec 2016 16:55:25 +0100 Subject: [PATCH] add `docker-compose pull` --- QUICKSTART.md | 1 + 1 file changed, 1 insertion(+) diff --git a/QUICKSTART.md b/QUICKSTART.md index 39827cf..725e324 100644 --- a/QUICKSTART.md +++ b/QUICKSTART.md @@ -37,6 +37,7 @@ Important: The ./quickstart.sh is for small extracts - not optimal for a Planet ```bash git clone https://github.com/openmaptiles/openmaptiles.git cd openmaptiles +docker-compose pull ./quickstart.sh ```