Skip to content

Commit

Permalink
Deployed bae236a with MkDocs version: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BJCaasenbrood committed Feb 2, 2024
1 parent 8bf63dc commit fe3d9a3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions install/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -567,11 +567,19 @@ <h1 id="installation-via-matlab-package-manager-mpm">Installation via Matlab Pac
<span class="n">sorotoki</span><span class="w"> </span><span class="s">i</span><span class="w"> </span><span class="s">%</span><span class="w"> </span><span class="s">...</span>
</code></pre></div>
</details>
<h1 id="updating-sorotoki-via-matlab-package-manager-mpm">Updating Sorotoki via Matlab Package Manager (MPM)</h1>
<p>Updating Sorotoki is done via <code>mpm</code>. We can simply call:
<div class="highlight"><pre><span></span><code><span class="n">mpm</span><span class="w"> </span><span class="s">install</span><span class="w"> </span><span class="s">sorotokicode</span><span class="w"> </span><span class="o">--</span><span class="nb">all</span><span class="o">-</span><span class="n">paths</span><span class="w"> </span><span class="o">--</span><span class="n">force</span>
<h1 id="updating-via-matlab-package-manager-mpm">Updating via Matlab Package Manager (MPM)</h1>
<p>Updating Sorotoki is done via <code>mpm</code>. </p>
<details class="info" open="open">
<summary>Step 1: Pulling recent version</summary>
<p>You can overwrite your current version of Sorotoki by calling:
<div class="highlight"><pre><span></span><code><span class="n">mpm</span><span class="w"> </span><span class="s">install</span><span class="w"> </span><span class="s">sorotokicode</span><span class="w"> </span><span class="o">--</span><span class="n">force</span><span class="w"> </span><span class="o">--</span><span class="nb">all</span><span class="o">-</span><span class="n">paths</span>
</code></pre></div>
This will </p>
This will pull the latest version of sorotoki git repo, and replace it with you current version. </p>
</details>
<details class="info" open="open">
<summary>(Optional) Step 2: Reinstallation and rebuild</summary>
<p>Although sometimes not required, it is wise to reinstall and rebuild. Simply follow the installation steps above from <strong>Step 3</strong>.</p>
</details>
<h1 id="manual-installation">Manual installation</h1>
<p>Alternatively, you can download the latest version of the toolkit below, and unpack the compressed folder at any desired working directory. We do not recommend this procedure, as MPM can help maintain the Sorotoki toolkit if future updates may appear.</p>
<p><a class="md-button md-button--primary" href="#">Sorotoki v.3.0.0.stable (code)</a></p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit fe3d9a3

Please sign in to comment.