remove edge tag

This commit is contained in:
Josh Baker 2018-03-16 09:17:14 -07:00 committed by GitHub
parent 8b0f254666
commit eceedc17e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,13 +54,6 @@ docker pull tile38/tile38
docker run -p 9851:9851 tile38/tile38 docker run -p 9851:9851 tile38/tile38
``` ```
For the latest development version that tracks the Github master branch:
```
docker pull tile38/tile38:edge
docker run -p 9851:9851 tile38/tile38:edge
```
Visit the [Tile38 hub page](https://hub.docker.com/r/tile38/tile38/) for more information. Visit the [Tile38 hub page](https://hub.docker.com/r/tile38/tile38/) for more information.
### Homebrew (macOS) ### Homebrew (macOS)
@ -86,7 +79,7 @@ To test:
$ make test $ make test
``` ```
## Running ### Running
For command line options invoke: For command line options invoke:
``` ```
$ ./tile38-server -h $ ./tile38-server -h