diff --git a/README.md b/README.md index 84cbdda..1930934 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Installation The easiest way to kick in things into lightspeed is to run the latest release script directly from the internet ```bash -curl -Ls https://github.com/lando/hyperdrive/releases/download/v0.6.0/hyperdrive > /tmp/hyperdrive \ +curl -Ls https://github.com/lando/hyperdrive/releases/download/v0.6.1/hyperdrive > /tmp/hyperdrive \ && chmod +x /tmp/hyperdrive \ && /tmp/hyperdrive ``` @@ -30,7 +30,7 @@ curl -Ls https://github.com/lando/hyperdrive/releases/download/v0.6.0/hyperdrive Or with options ```bash -curl -Ls https://github.com/lando/hyperdrive/releases/download/v0.6.0/hyperdrive > /tmp/hyperdrive \ +curl -Ls https://github.com/lando/hyperdrive/releases/download/v0.6.1/hyperdrive > /tmp/hyperdrive \ && chmod +x /tmp/hyperdrive \ && /tmp/hyperdrive --vim -y ``` @@ -38,7 +38,7 @@ curl -Ls https://github.com/lando/hyperdrive/releases/download/v0.6.0/hyperdrive You can also download the script to your `$PATH` and then pass in options to make it non-interactive ```bash -curl -Ls https://github.com/lando/hyperdrive/releases/download/v0.6.0/hyperdrive > /usr/local/bin/hyperdrive \ +curl -Ls https://github.com/lando/hyperdrive/releases/download/v0.6.1/hyperdrive > /usr/local/bin/hyperdrive \ && chmod +x /usr/local/bin/hyperdrive ``` ```bash