Update README

This commit is contained in:
CrazyMax
2019-07-25 03:42:50 +02:00
parent 76ca0eeb6c
commit 4f0f9ef1d1

View File

@@ -52,7 +52,7 @@ Choose the archive matching the destination platform and extract diun:
``` ```
$ cd /opt $ cd /opt
$ wget -qO- https://github.com/crazy-max/diun/releases/download/v1.0.2/diun_1.0.2_linux_x86_64.tar.gz | tar -zxvf - diun $ wget -qO- https://github.com/crazy-max/diun/releases/download/v1.1.0/diun_1.1.0_linux_x86_64.tar.gz | tar -zxvf - diun
``` ```
After getting the binary, it can be tested with `./diun --help` or moved to a permanent location. After getting the binary, it can be tested with `./diun --help` or moved to a permanent location.