Installation documentation needs to be updated
Outpox opened this issue · 2 comments
Outpox commented
Hey there, I wanted to give snatch a try and so I followed the README to install it.
It it suggested to do as follow : cargo install --git https://github.com/derniercri/snatch.git
but once installed I noticed that it was the master
version which got installed since:
▶ snatch -V
Usage:
snatch [OPTIONS]
snatch: Unknown short option "V"
So I deleted it and reinstalled it with cargo install --git https://github.com/derniercri/snatch.git --branch devel
and it solved it for me. :-)
▶ snatch -V
Snatch 0.1.2
k0pernicus commented
Hi @Outpox,
Thank you for this issue :-)
I will update the documentation this afternoon ;-)
k0pernicus commented