summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSergey Grebenshchikov <sgreben@gmail.com>2018-03-29 00:53:05 +0200
committerSergey Grebenshchikov <sgreben@gmail.com>2018-03-30 01:00:44 +0200
commitef658b5e65bfef1c1ee62125ec6f0c33a27eb7e7 (patch)
tree88b265cb06e76b54c6f467b65e944457bd7c308d /README.md
parent3791de72267fc1b561e7f22595c9e90353f2f351 (diff)
Add histogram plot type, display bar chart labels on the right instead of overlapping.
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 9cc8738..1db486d 100644
--- a/README.md
+++ b/README.md
@@ -34,16 +34,16 @@ Or [download the binary](https://github.com/sgreben/jp/releases/latest) from the
```bash
# Linux
-curl -LO https://github.com/sgreben/jp/releases/download/1.1.2/jp_1.1.2_linux_x86_64.zip
-unzip jp_1.1.2_linux_x86_64.zip
+curl -LO https://github.com/sgreben/jp/releases/download/1.1.3/jp_1.1.3_linux_x86_64.zip
+unzip jp_1.1.3_linux_x86_64.zip
# OS X
-curl -LO https://github.com/sgreben/jp/releases/download/1.1.2/jp_1.1.2_osx_x86_64.zip
-unzip jp_1.1.2_osx_x86_64.zip
+curl -LO https://github.com/sgreben/jp/releases/download/1.1.3/jp_1.1.3_osx_x86_64.zip
+unzip jp_1.1.3_osx_x86_64.zip
# Windows
-curl -LO https://github.com/sgreben/jp/releases/download/1.1.2/jp_1.1.2_windows_x86_64.zip
-unzip jp_1.1.2_windows_x86_64.zip
+curl -LO https://github.com/sgreben/jp/releases/download/1.1.3/jp_1.1.3_windows_x86_64.zip
+unzip jp_1.1.3_windows_x86_64.zip
```
## Use it