Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinbreiz committed May 12, 2024
1 parent 9038a6e commit 690f557
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 182 deletions.
4 changes: 2 additions & 2 deletions articles/Installation/DevKit.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,13 +223,13 @@ <h3 id="prerequisites-1">Prerequisites</h3>
<li>QEMU or any other virtual machine. See <a href="https://cosmosos.github.io/articles/Installation/Running.html">Running</a> for more information.</li>
</ul>
<h3 id="installation-1">Installation</h3>
<p>Git cline the current source code of Cosmos.
<p>Git clone the current source code of Cosmos.
Run <code>make</code> to build Cosmos. Cosmos will clone all the required repos, build itself, and install it and its nuget packages to the system automatically.</p>
<h2 id="macos-apple-siliconintel">MacOS (Apple Silicon/Intel)</h2>
<p>It is currently difficult to build Cosmos on Apple Silicon Devices. So, we are going to build DevKit on Docker (Virtual Environment Service).</p>
<h3 id="prerequisites-2">Prerequisites</h3>
<ul>
<li>Docker (<code>brew cask install docker</code>)</li>
<li>Docker (<code>brew install --cask docker</code>)</li>
<li>QEMU or any other virtual machine. See <a href="https://cosmosos.github.io/articles/Installation/Running.html">Running</a> for more information.</li>
</ul>
<h3 id="installation-2">Installation</h3>
Expand Down
Loading

0 comments on commit 690f557

Please sign in to comment.