This commit is contained in:
allexanderbergmns
2026-08-26 18:37:00 +02:00
parent 6c42a6d701
commit 03616cd150
7 changed files with 15 additions and 17 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ Standard build with GCC:
```bash
sudo apt install build-essential cmake git
git clone https://github.com/revivesparc/revivesparc.git
git clone https://git.revivesparc.com/Revivesparc/revivesparc.git
cd revivesparc
make
```
+1 -1
View File
@@ -19,7 +19,7 @@ Optional but recommended:
Clone the repository:
```bash
git clone https://github.com/revivesparc/revivesparc.git
git clone https://git.revivesparc.com/Revivesparc/revivesparc.git
cd revivesparc
```