From 9f4559f746eecf11f520be30d11e351dac172223 Mon Sep 17 00:00:00 2001 From: Marvin Date: Sun, 15 Mar 2026 15:14:24 -0300 Subject: [PATCH] Update compile instructions to use Gitea repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd719f2..77aee9b 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ This process will build the module from source and load it for your current sess 1. Clone this repository and navigate into the source directory. ```bash -git clone https://github.com/serifpersia/us144mkii.git +git clone https://gitea.nicosanchez.com.ar/marvin/us144mkii.git cd us144mkii/ ```