diff --git a/README.md b/README.md index fa8a50c..51db26e 100644 --- a/README.md +++ b/README.md @@ -21,18 +21,18 @@ brew tap jmespath/jmespath brew install jp ``` -For installing on a 64 bit Linux environment use: +You can download prebuilt binaries if you prefer. +Check the [Release page](https://github.com/jmespath/jp/releases) + to download the latest ``jp`` executable. There are binaries +available for Windows, Linux, Mac, FreeBSD. + +For example, to install version 0.1.2 on a 64 bit Linux environment use: ``` sudo wget https://github.com/jmespath/jp/releases/download/0.1.2/jp-linux-amd64 -O /usr/local/bin/jp \ && sudo chmod +x /usr/local/bin/jp ``` -You can download prebuilt binaries if you prefer. -Check the [Release page](https://github.com/jmespath/jp/releases) - to download the latest ``jp`` executable. There are binaries -available for Windows, Linux, Mac, FreeBSD. - ## Building from Source If you have a Go environment installed you can also run: