From 73aa42ff9968c8ba30e0c1c78907a6df0489aeaa Mon Sep 17 00:00:00 2001 From: bill Date: Fri, 3 Feb 2012 23:26:50 -0500 Subject: [PATCH] better docs on the path option --- configure.py.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.py.sample b/configure.py.sample index 1153341..f68db4f 100755 --- a/configure.py.sample +++ b/configure.py.sample @@ -35,5 +35,7 @@ config["shoreline_300"] = "http://tilemill-data.s3.amazonaws.com/osm/shoreline_3 # in which the project is stored config["name"] = "OSM Bright" -# The path to your MapBox projects directory +# The path to your MapBox projects directory. In Windows, this defaults to +# %UserProfile%\MapBox\project ; in Mac it's ~/Documents/MapBox/project +# and in Ubuntu it's /usr/share/mapbox/project/ config["path"] = "/Users//Documents/MapBox/project/"