Add --port option to readme

This commit is contained in:
Jesse Crocker
2019-09-04 09:21:56 -06:00
parent d951256b1c
commit 1ce2d59b9b

View File

@@ -37,6 +37,12 @@ use Maputnik.
maputnik --watch --file basic-v9.json
```
Choose a local port to listen on, instead of using the default port 8000.
```
maputnik --port 8001
```
### API
`maputnik` exposes the configured styles via a HTTP API.