From 2a4f3707d5a4d1591fe0c07d9f08063e0e4098dd Mon Sep 17 00:00:00 2001 From: Maxime VISONNEAU Date: Wed, 3 Jul 2019 17:34:47 +0200 Subject: [PATCH] Updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6cd05b..af5dc21 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,9 @@ You can have a look at the [release page](https://github.com/mvisonneau/s5/relea ```bash # Linux -~$ wget https://github.com/mvisonneau/s5/releases/download/0.1.2/s5_linux_amd64 -O /usr/local/bin/s5; chmod +x /usr/local/bin/s5 +~$ wget https://github.com/mvisonneau/s5/releases/download/0.1.3/s5_linux_amd64 -O /usr/local/bin/s5; chmod +x /usr/local/bin/s5 # MacOS -~$ wget https://github.com/mvisonneau/s5/releases/download/0.1.2/s5_darwin_amd64 -O /usr/local/bin/s5; chmod +x /usr/local/bin/s5 +~$ wget https://github.com/mvisonneau/s5/releases/download/0.1.3/s5_darwin_amd64 -O /usr/local/bin/s5; chmod +x /usr/local/bin/s5 # Windows ¯\_(ツ)_/¯ ```