Skip to content

Commit

Permalink
"Release v0.6.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Mar 12, 2020
1 parent eafdcaa commit daee714
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@ 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
```

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
```

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
Expand Down

0 comments on commit daee714

Please sign in to comment.