Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvement: allow to specify release to install
This will allow users to do things like: ```bash curl -sL https://get.garden.io/install.sh edge | bash ``` or ```bash curl -sL https://get.garden.io/install.sh v0.11.0-alpha.4 | bash ``` Leaving out the parameter will install the latest released version.
- Loading branch information