burrow/docs/GETTING_STARTED.md
sporeball bf36a822a0 Create initial GETTING_STARTED.md
This is the very first draft
2023-06-03 13:00:06 -04:00

648 B

Getting Started

Linux

At this point, there are two options to open a new tunnel.

Method 1: Run & Debug

  • Install the CodeLLDB VS Code extension.
  • In VS Code, press F5 to run & debug Burrow.
    This flow does not work yet (panics).

Method 2: Cargo

  • In VS Code, press Ctrl+` to open the terminal.
  • Type cargo run.
  • Burrow should open a new tunnel (Ok("tun0")), then exit.

macOS

Windows