From 3e46c0d3bae7d1e7335c5809b0f183e1bdbe3722 Mon Sep 17 00:00:00 2001 From: Lukas Martinelli Date: Sun, 1 Jan 2017 16:49:18 +0100 Subject: [PATCH] Set version, badge and download instruction --- README.md | 10 +++++++--- maputnik.go | 1 + 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b0e2b28..412dc599 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Maputnik Desktop [![Build Status](https://travis-ci.org/maputnik/desktop.svg?branch=master)](https://travis-ci.org/maputnik/desktop) +# Maputnik Desktop [![Build Status](https://travis-ci.org/maputnik/desktop.svg?branch=master)](https://travis-ci.org/maputnik/desktop) [![Windows Build Status](https://ci.appveyor.com/api/projects/status/sepe9jhfs123dwk9?svg=true)](https://ci.appveyor.com/project/lukasmartinelli/desktop) + A Golang based cross platform executable for integrating Maputnik locally. This binary packages up the JavaScript and CSS bundle produced by [maputnik/editor](https://github.com/maputnik/desktop) @@ -6,9 +7,12 @@ and embeds it in the program for easy distribution. It also allows exposing a local style file and work on it both in Maputnik and with your favorite editor. -### Usage -*Not functional yet* +## Install + +You can download a single binary for Linux, OSX or Windows from [the latest releases of **maputnik/editor**](https://github.com/maputnik/editor/releases/latest). + +### Usage Simply start up a web server and access the Maputnik editor GUI at `localhost:8000`. diff --git a/maputnik.go b/maputnik.go index b74e67a0..8e3bd3f1 100644 --- a/maputnik.go +++ b/maputnik.go @@ -16,6 +16,7 @@ func main() { app := cli.NewApp() app.Name = "maputnik" app.Usage = "Server for integrating Maputnik locally" + app.Version = "0.3.1" app.Flags = []cli.Flag{ cli.StringFlag{