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
+3 -3
View File
@@ -35,8 +35,8 @@
<h2>Download ReviveSparc</h2>
<h3>Source Code</h3>
<p>The ReviveSparc source repository is hosted on GitHub. Clone it with:</p>
<pre>git clone https://github.com/revivethesparc/revivesparc.git</pre>
<p>The ReviveSparc source repository is hosted on our Git instance. Clone it with:</p>
<pre>git clone https://git.revivesparc.com/Revivesparc/revivesparc.git</pre>
<p>Or download a tarball of any release below.</p>
@@ -87,7 +87,7 @@
<h3>Building from Source</h3>
<p>ReviveSparc builds on Linux and macOS. Required dependencies: <code>gcc</code> or <code>clang</code>, <code>make</code>, <code>cmake</code>.</p>
<pre>git clone https://github.com/revivethesparc/revivesparc.git
<pre>git clone https://git.revivesparc.com/Revivesparc/revivesparc.git
cd revivesparc
make
# Optional: run the test suite