feat: add install from src instructions
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
ce968c2366
commit
edfedbfd1b
1 changed files with 14 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue