Bubble proxy service
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213
  1. # Building bubble-flexrouter
  2. These instructions work for Linux and Mac OS X.
  3. For Windows, see the [Windows build instructions](BUILD-windows.md)
  4. ## Install Rust
  5. curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  6. ## Build it
  7. Run `cargo build` to build the program
  8. Run `cargo build --release` to build a release version