mirror of
https://github.com/maputnik/editor.git
synced 2026-07-30 01:37:27 +00:00
Set version, badge and download instruction
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
# Maputnik Desktop [](https://travis-ci.org/maputnik/desktop)
|
# Maputnik Desktop [](https://travis-ci.org/maputnik/desktop) [](https://ci.appveyor.com/project/lukasmartinelli/desktop)
|
||||||
|
|
||||||
|
|
||||||
A Golang based cross platform executable for integrating Maputnik locally.
|
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)
|
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
|
exposing a local style file and work on it both in Maputnik and with your favorite
|
||||||
editor.
|
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`.
|
Simply start up a web server and access the Maputnik editor GUI at `localhost:8000`.
|
||||||
|
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ func main() {
|
|||||||
app := cli.NewApp()
|
app := cli.NewApp()
|
||||||
app.Name = "maputnik"
|
app.Name = "maputnik"
|
||||||
app.Usage = "Server for integrating Maputnik locally"
|
app.Usage = "Server for integrating Maputnik locally"
|
||||||
|
app.Version = "0.3.1"
|
||||||
|
|
||||||
app.Flags = []cli.Flag{
|
app.Flags = []cli.Flag{
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
|
|||||||
Reference in New Issue
Block a user