<pid="notInstalledDesc">Shellfox, unlike most extensions, requires a script to be installed on your computer. This script, <code>shellfox.sh</code>, is what allows us to execute shell commands.</p>
<h3id="installTitle">Completing installation</h3>
<pid="installIntro">To install Shellfox’es local component:</p>
<ol>
<liid="installStep1">Download the script through the repository’s ZIP archive <ahref="https://hak.xwx.moe/jadedctrl/shellfox/archive/master.zip">here</a>.</li>
<liid="installStep2">Extract the ZIP archive: This leaves a <code>shellfox/</code> folder.</li>
<liid="installStep3">Open a terminal within that <code>shellfox/</code> folder.</li>
<liid="installStep4">Run the command, <code>$ sudo make native-install</code></li>
<liid="installStep5">You’re done: Party!!</li>
</ol>
<pid="installTerminalIntro">From a terminal, that would look something like:</p>
<code>$ curl https://hak.xwx.moe/jadedctrl/shellfox/archive/master.tar.gz | tar -xzv</code><br>