From 6a4d549285f550d08405e7f0968fd350a9337fde Mon Sep 17 00:00:00 2001 From: Lukas Martinelli Date: Fri, 6 Jan 2017 11:56:09 +0100 Subject: [PATCH] Improve quickstart wording --- quickstart.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/quickstart.sh b/quickstart.sh index d4ee8daa..1330d027 100755 --- a/quickstart.sh +++ b/quickstart.sh @@ -284,8 +284,8 @@ docker volume ls -q | grep openmaptiles echo " " echo "-------------------------------------------------------------------------------------" echo "====> : (disk space) We have created the new vectortiles ( ./data/tiles.mbtiles ) " -echo " : The OpenMapTiles MBTILES license: ..... " -echo " : We created from $testdata ( file moddate: $MODDATE ) " +echo " : Please respect the licenses (OdBL for OSM data) of the sources when distributing the MBTiles file." +echo " : Created from $testdata ( file moddate: $MODDATE ) " echo " : Size: " ls ./data/*.mbtiles -la @@ -295,11 +295,11 @@ echo "The ./quickstart.sh $osm_area is finished! " echo "It takes $(($ENDTIME - $STARTTIME)) seconds to complete" echo "We saved the log file to $log_file ( for debugging ) You can compare with the travis log !" echo " " -echo "Start experimenting ! And check the QUICKSTART.MD file !" -echo "Avaialable help commands ( make help ) " +echo "Start experimenting! And check the QUICKSTART.MD file!" +echo "Available help commands (make help) " make help echo "-------------------------------------------------------------------------------------" echo " Acknowledgments " -echo " Thanks to all free, open source software developers and Open Data Contributors ! " +echo " Thanks to all free, open source software developers and Open Data Contributors! " echo "-------------------------------------------------------------------------------------"