devops-works / binenv

One binary to rule them all. Manage all those pesky binaries (kubectl, helm, terraform, ...) easily.
MIT License
372 stars 44 forks source link

Install instructions broken - Error: unknown flag: --cache #68

Closed cablespaghetti closed 3 years ago

cablespaghetti commented 3 years ago

Trying to follow the README to install binenv on Linux I get this error:

./binenv update --cache
Error: unknown flag: --cache

Removing the cache flag seems to work though.

Thanks!

deknos commented 3 years ago

did you try binenv update binenv?

leucos commented 3 years ago

Yes the --cache options has been removed and I overlooked this in the documentation. Thanks for reporting !