From 740aaedc7982c7495b001aa8b30de7bef52f7e16 Mon Sep 17 00:00:00 2001 From: lukasmartinelli Date: Tue, 1 Nov 2016 22:05:29 +0100 Subject: [PATCH] Add link to distributed repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c98c0c95..f7a4d274 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ Each time you modify layer SQL code run `make` and `docker-compose run import-sq make clean && make && docker-compose run import-sql ``` -Now you are ready to **generate the vector tiles**. Using environment variables +Now you are ready to **generate the vector tiles** using a single process (for a full blown distributed workflow of rendering tiles check out [openmaptiles/distributed](https://github.com/openmaptiles/distributed)). Using environment variables you can limit the bounding box and zoom levels of what you want to generate (`docker-compose.yml`). ```