isacikgoz / gitbatch

manage your git repositories in one place
MIT License
1.54k stars 53 forks source link

Installation wiki page outdated #90

Closed utkuufuk closed 5 years ago

utkuufuk commented 5 years ago

https://github.com/isacikgoz/gitbatch/wiki/Installation

Above page points to v0.4.1, and when I customize the script like this:

curl -OL https://github.com/isacikgoz/gitbatch/releases/download/v0.4.3/gitbatch_0.4.3_linux_amd64.tar.gz
tar xzf gitbatch_0.4.3_linux_amd64.tar.gz

I get the following error:

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

OS: Ubuntu 18.04

isacikgoz commented 5 years ago

Hey @utkuufuk , thanks for the feedback. v0.4.3 was just a tag for indicating the go.mod. However, I added binaries for this tag. Now you can download them.