Skip to content

Commit

Permalink
add step to download a given version (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
linsun authored Jan 14, 2022
1 parent 12a3887 commit af7f027
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,19 @@ Now that you have run your first example program, you can go ahead and write you
## Installation

### Using our install script

Download the latest version:

```bash
curl -sL https://run.solo.io/bee/install | sh
```

Or download a given version (e.g. v0.0.8):

```bash
curl -sL https://run.solo.io/bee/install | BUMBLEBEE_VERSION=v0.0.8 sh
```

### Using go
```bash
git clone git@github.com:solo-io/bumblebee.git
Expand Down

0 comments on commit af7f027

Please sign in to comment.