From ca9436aff3249d1b3cab7087e064a99f35664e26 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Fri, 13 Oct 2023 14:53:51 +0530 Subject: [PATCH] fix: typo in clone url; thanks @earl-warren --- content/ftest/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ftest/cli.md b/content/ftest/cli.md index 9fc8e34..6fde501 100644 --- a/content/ftest/cli.md +++ b/content/ftest/cli.md @@ -57,7 +57,7 @@ Requires cargo, the Rust build tool. Please see [here](https://rustup.rs/) for installation instructions. ```bash -git clone https://git.bastsense.net/ForgeFlux/ftest +git clone https://git.batsense.net/ForgeFlux/ftest cd ftest cargo build --release sudo cp target/release/ftest /usr/local/bin