Bubble proxy service
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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