Skip to content

Commit

Permalink
modernize welcome text of ubuntu installer - closes tilemill-project#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Apr 9, 2014
1 parent 31169b0 commit 6c6b1f4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions platforms/ubuntu/debian/tilemill.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,17 @@ if [ "$1" = "configure" ]; then
fi
fi

echo "\nTileMill has been installed. Start it using the Ubuntu launcher (>=11.10)"
echo "or the TileMill menu item, located in the Graphics section of the"
echo "Applications menu (10.10 & 11.04)."
echo "\nTileMill has been successfully installed. If you're using the Ubuntu launcher"
echo "\n(on 11.10 or later) you can start TileMill from there, or if not you can start"
echo "\nit by choosing Applications > Graphics > TileMill from the menu"

echo "\nLearn how to use TileMill"
echo "\n\nYou can also start TileMill from the command line:"
echo "\n node /usr/share/tilemill/index.js"

echo "\n\nLearn how to use TileMill"
echo "http://mapbox.com/tilemill/docs/"

echo "\nLearn how to run TileMill as an Ubuntu service"
echo "\n\nLearn how to run TileMill as an Ubuntu service"
echo "http://mapbox.com/tilemill/docs/guides/ubuntu-service/"
echo "\n"

Expand Down

0 comments on commit 6c6b1f4

Please sign in to comment.