Commit remaining Burrow platform work
This commit is contained in:
parent
fff5475914
commit
7f280c08cf
48 changed files with 2508 additions and 1864 deletions
|
|
@ -98,10 +98,14 @@ code burrow
|
|||
You can run burrow on the command line with cargo:
|
||||
|
||||
```
|
||||
cargo run
|
||||
sudo -E cargo run -- start
|
||||
```
|
||||
|
||||
Cargo will ask for your password because burrow needs permission in order to create a tunnel.
|
||||
Creating the tunnel requires elevated privileges. Regular checks and tests can run without `sudo`:
|
||||
|
||||
```
|
||||
cargo test --workspace --all-features
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue