Skip to content

Commit 54882e0

Browse files
committed
Update README to donwload latest jp version on Linux
1 parent 1331b6f commit 54882e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ Check the [Release page](https://github.com/jmespath/jp/releases)
2525
to download the latest ``jp`` executable. There are binaries
2626
available for Windows, Linux, Mac, FreeBSD.
2727

28-
For example, to install version 0.1.2 on a 64 bit Linux environment use:
28+
For example, to install the latest version on a 64 bit Linux environment use:
2929

3030
```
31-
sudo wget https://github.com/jmespath/jp/releases/download/0.1.2/jp-linux-amd64 -O /usr/local/bin/jp \
32-
&& sudo chmod +x /usr/local/bin/jp
31+
sudo wget https://github.com/jmespath/jp/releases/latest/download/jp-linux-amd64 \
32+
-O /usr/local/bin/jp && sudo chmod +x /usr/local/bin/jp
3333
```
3434

3535
## Building from Source

0 commit comments

Comments
 (0)