From b43b7a66a68d57a8391ac3ede034dd142db5c283 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20K=C3=BCthe?= Date: Fri, 19 Apr 2024 11:12:13 +0000 Subject: [PATCH] Update links to Codeberg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marek Küthe --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 774985c..8f0ba78 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ process. The basic steps to configure and build `lonetix` and every utility, with debug options enabled, is: ```sh -$ git clone https://gitea.it/1414codeforge/ubgpsuite.git +$ git clone https://codeberg.org/1414codeforge/ubgpsuite.git $ cd ubgpsuite $ meson setup build && cd build $ ninja @@ -63,7 +63,7 @@ $ ninja In case you want to perform a release build, enable the release configuration, like this: ```sh -$ git clone https://gitea.it/1414codeforge/ubgpsuite.git +$ git clone https://codeberg.org/1414codeforge/ubgpsuite.git $ cd ubgpsuite $ meson setup --buildtype=release build && cd build $ ninja