From 1a429e85520025014c8593848b46bfe53c6d74db Mon Sep 17 00:00:00 2001 From: rozodru Date: Thu, 24 Jul 2025 17:33:20 -0400 Subject: [PATCH] updated readme.md to remove github links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed832ca..9f0a0e4 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Mastui is a terminal user interface (TUI) client for Mastodon, built in Rust usi ### Building from Source ```bash -git clone https://github.com/rozodru/mastui.git +git clone https://git.andmc.ca/rozodru/mastui.git cd mastui cargo build --release ```