Skip to content

Commit

Permalink
Update README (#32)
Browse files Browse the repository at this point in the history
fix quick start when adding `bee` to path and trying to run via `sudo`
  • Loading branch information
lgadban authored Jan 4, 2022
1 parent 2fccc0d commit cd7c6ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ sudo bee run ghcr.io/solo-io/bumblebee/tcpconnect:$(bee version)
```
To see data populated simply run `curl httpbin.org` in another window.

*Note*: If you installed `bee` via the install script you may see an issue with the `bee` command not being available when run with `sudo`.
See the [note on permissions](#a-note-on-permissions) for more info, but to quickly get started you can use the following command as an alternative:

```bash
sudo env "PATH=$PATH" bee run ghcr.io/solo-io/bumblebee/tcpconnect:$(bee version)
```

Now that you have run your first example program, you can go ahead and write your own with our [tutorial](docs/getting_started.md).

## Installation
Expand Down

0 comments on commit cd7c6ae

Please sign in to comment.