diff --git a/README.md b/README.md index 8467854e5..3495f2195 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ -# Latest Status - Feb 23, 2019 +# Latest Status - June 13, 2021 + +We are looking for people to get involved! Take a look at some of the current Feature Request Issues, and let us know if you can help. + +- Create Docker for Tilemill releases: https://github.com/tilemill-project/tilemill/issues/2742 +- Create Survey of Users: https://github.com/tilemill-project/tilemill/issues/2743 +- Get Funding for Tilemill: https://github.com/tilemill-project/tilemill/issues/2744 + # General Info TileMill is a modern map design studio powered by [Node.js](https://nodejs.org) and [Mapnik](https://mapnik.org). @@ -19,7 +26,7 @@ TileMill is a modern map design studio powered by [Node.js](https://nodejs.org) # Installation -Quick installation instructions for OSX: +### Quick installation instructions for OSX: git clone https://github.com/tilemill-project/tilemill.git cd tilemill @@ -28,6 +35,12 @@ Quick installation instructions for OSX: npm install npm start +### Installation Scripts +Scripts have been created that will do most everything for you. They were written for MacOS, but may still be usable for Ubunto and Windows with some modification. (If you are successful with Ubunto and Windows, please post an Issue to let us know!) + +[Installation Script Instructions](https://tilemill-project.github.io/tilemill/docs/mac-install/) + + [Full Installation instructions can be found in the TileMill Documentation](https://tilemill-project.github.io/tilemill/docs/install/).