diff --git a/content/ftest/cli.md b/content/ftest/cli.md index 7531759..9fc8e34 100644 --- a/content/ftest/cli.md +++ b/content/ftest/cli.md @@ -51,7 +51,19 @@ _NOTE: if choosing custom subnet, adjust instructions in the section to match it sudo ufw allow from 192.168.32.0/20 proto tcp to any port 29130 ``` -## 2. Install ftest +### 2. [Optional] Install from source + +Requires cargo, the Rust build tool. Please see +[here](https://rustup.rs/) for installation instructions. + +```bash +git clone https://git.bastsense.net/ForgeFlux/ftest +cd ftest +cargo build --release +sudo cp target/release/ftest /usr/local/bin +``` + +## 2. Install from binary ### i. Download assets @@ -84,7 +96,7 @@ gpg --verify ftest-master-linux-amd64.tar.gz.asc tar -xvzf ftest-master-linux-amd64.tar.gz && sudo cp ftest-master-linux-amd64/ftest /usr/local/bin ``` -## 2. Run +## 3. Run The [control repository](@/ftest/terminology.md#control-repository) has a few pre-configured targets. We recommend starting from there. Please