File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,18 +72,18 @@ When using the binaries for installation, also have a look at [doc/USAGE](doc/US
7272
7373#### Linux
7474``` bash
75- curl -Lo ketall.gz https://github.com/corneliusweig/ketall/releases/download/v1.3.0/ketall-linux- amd64.gz && \
75+ curl -Lo ketall.gz https://github.com/corneliusweig/ketall/releases/download/v1.3.0/ketall-amd64-linux.tar .gz && \
7676 gunzip ketall.gz && chmod +x ketall && mv ketall $GOPATH /bin/
7777```
7878
7979#### OSX
8080``` bash
81- curl -Lo ketall.gz https://github.com/corneliusweig/ketall/releases/download/v1.3.0/ketall-darwin- amd64.gz && \
81+ curl -Lo ketall.gz https://github.com/corneliusweig/ketall/releases/download/v1.3.0/ketall-amd64-darwin.tar .gz && \
8282 gunzip ketall.gz && chmod +x ketall && mv ketall $GOPATH /bin/
8383```
8484
8585#### Windows
86- [ https://github.com/corneliusweig/ketall/releases/download/v1.3.0/ketall-windows- amd64.zip ] ( https://github.com/corneliusweig/ketall/releases/download/v1.3.0/ketall-windows- amd64.zip )
86+ [ https://github.com/corneliusweig/ketall/releases/download/v1.3.0/ketall-amd64-windows .zip ] ( https://github.com/corneliusweig/ketall/releases/download/v1.3.0/ketall-amd64-windows .zip )
8787
8888### From source
8989
You can’t perform that action at this time.
0 commit comments