From 31f0478e191c0aa7593c875efdb794dd4b33ed8c Mon Sep 17 00:00:00 2001 From: skorasaurus Date: Fri, 2 Nov 2012 16:16:48 -0700 Subject: [PATCH] clarified directions for users intending to install mapnik + tilemill [md] --- UbuntuInstallation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/UbuntuInstallation.md b/UbuntuInstallation.md index 85004bd..d58035e 100644 --- a/UbuntuInstallation.md +++ b/UbuntuInstallation.md @@ -7,7 +7,9 @@ sudo apt-get update sudo apt-get upgrade ``` -For older versions see the archived notes at [[UbuntuInstallationOld]] +For older versions, see the archived notes at [[UbuntuInstallationOld]] + +If you are intending to install [Tilemill](http://mapbox.com/tilemill/) as well as Mapnik, do not follow the directions below in order to avoid package conflicts. Instead, directly proceed to [install Tilemill](http://mapbox.com/tilemill/docs/linux-install/). Mapnik will automatically be installed with your Tilemill installation. ----