mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 03:11:55 +01:00
fix readme
This commit is contained in:
parent
de9c4fcc4a
commit
608b836fe0
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ If you or your organisation has seen value from Maputnik, please consider donati
|
|||
The quickest way is to use docker, even without cloning the repo. Run this command and open your browser to http://localhost:8888 . Ctrl+C to stop the server.
|
||||
|
||||
```bash
|
||||
docker run -it -p 8888:8888 maputnik
|
||||
docker run -it --rm -p 8888:8888 maputnik/editor
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
|
Loading…
Reference in a new issue