Skip to content

Commit

Permalink
Reorder linux example
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesls committed Sep 12, 2017
1 parent 60c3ebd commit 6a51f0b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6a51f0b

Please sign in to comment.