mirror of https://github.com/tidwall/tile38.git
mention Homebrew
This commit is contained in:
parent
34ae007700
commit
0a1fd7c257
|
@ -41,12 +41,12 @@ Tile38 is an open source (MIT licensed), in-memory geolocation data store, spati
|
||||||
|
|
||||||
### Getting Tile38
|
### Getting Tile38
|
||||||
|
|
||||||
The easiest way to get Tile38 is to use one of the pre-built release binaries which are available for OSX, Linux, and Windows. Instructions for using these binaries are on the GitHub [releases page](https://github.com/tidwall/tile38/releases).
|
The easiest way to get the latest Tile38 is to use one of the pre-built release binaries which are available for OSX, Linux, and Windows. Instructions for using these binaries are on the GitHub [releases page](https://github.com/tidwall/tile38/releases).
|
||||||
|
|
||||||
|
Mac users who use Homebrew can install with `brew install tile38`.
|
||||||
|
|
||||||
Tile38 is also available as a [Docker image](https://hub.docker.com/r/tile38/tile38/) which is built on top of [Alpine Linux](https://alpinelinux.org/).
|
Tile38 is also available as a [Docker image](https://hub.docker.com/r/tile38/tile38/) which is built on top of [Alpine Linux](https://alpinelinux.org/).
|
||||||
|
|
||||||
If you want to try the latest version, you can build Tile38 from the master branch.
|
|
||||||
|
|
||||||
### Building Tile38
|
### Building Tile38
|
||||||
|
|
||||||
Tile38 can be compiled and used on Linux, OSX, Windows, FreeBSD, and probably others since the codebase is 100% Go. We support both 32 bit and 64 bit systems. [Go](https://golang.org/dl/) must be installed on the build machine.
|
Tile38 can be compiled and used on Linux, OSX, Windows, FreeBSD, and probably others since the codebase is 100% Go. We support both 32 bit and 64 bit systems. [Go](https://golang.org/dl/) must be installed on the build machine.
|
||||||
|
|
Loading…
Reference in New Issue