From 40d4b17262e73cca873e807c86dc46d9ac8438bb Mon Sep 17 00:00:00 2001 From: Stephen D <webmaster@scd31.com> Date: Fri, 24 Nov 2023 21:14:14 -0400 Subject: [PATCH] readme fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1d774d..fed0215 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Reference CATS/FELINET I-gate/digipeater for the Raspberry Pi. Requires an I-Gat ## Building -To build the software, you will need to install [Rustup](curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh). You'll also need git. After these are installed, restart your terminal, or open a new one. Then run these commands: +To build the software, you will need to install [Rustup](https://rustup.rs/). You'll also need git. After these are installed, restart your terminal, or open a new one. Then run these commands: ```bash git clone https://gitlab.scd31.com/cats/igate -- GitLab