File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,13 @@ sudo bee run ghcr.io/solo-io/bumblebee/tcpconnect:$(bee version)
2727```
2828To 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+
3037Now 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
You can’t perform that action at this time.
0 commit comments