Skip to content

Commit cd7c6ae

Browse files
authored
Update README (#32)
fix quick start when adding `bee` to path and trying to run via `sudo`
1 parent 2fccc0d commit cd7c6ae

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ sudo bee run ghcr.io/solo-io/bumblebee/tcpconnect:$(bee version)
2727
```
2828
To see data populated simply run `curl httpbin.org` in another window.
2929

30+
*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`.
31+
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:
32+
33+
```bash
34+
sudo env "PATH=$PATH" bee run ghcr.io/solo-io/bumblebee/tcpconnect:$(bee version)
35+
```
36+
3037
Now that you have run your first example program, you can go ahead and write your own with our [tutorial](docs/getting_started.md).
3138

3239
## Installation

0 commit comments

Comments
 (0)