up
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user