We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1331b6f commit 54882e0Copy full SHA for 54882e0
README.md
@@ -25,11 +25,11 @@ Check the [Release page](https://github.com/jmespath/jp/releases)
25
to download the latest ``jp`` executable. There are binaries
26
available for Windows, Linux, Mac, FreeBSD.
27
28
-For example, to install version 0.1.2 on a 64 bit Linux environment use:
+For example, to install the latest version on a 64 bit Linux environment use:
29
30
```
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
+sudo wget https://github.com/jmespath/jp/releases/latest/download/jp-linux-amd64 \
+ -O /usr/local/bin/jp && sudo chmod +x /usr/local/bin/jp
33
34
35
## Building from Source
0 commit comments