Merge pull request 'Update links to Codeberg' (#2) from mark22k/ubgpsuite:master into master

Reviewed-on: https://codeberg.org/1414codeforge/ubgpsuite/pulls/2
This commit is contained in:
Lorenzo Cogotti 2024-04-28 21:09:14 +00:00
commit bc9f2dd252
1 changed files with 2 additions and 2 deletions

View File

@ -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