1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-22 00:07:35 +02:00

Deploying to gh-pages from @ hacks-guide/Guide_3DS@958a6cec98 🚀

This commit is contained in:
lilyuwuu
2023-11-01 05:22:35 +00:00
parent 37529ed6f1
commit 5a84c708da
3 changed files with 6 additions and 4 deletions

View File

@@ -533,7 +533,7 @@ window.cookieconsent.initialise({
<h3 id="compatibility-notes">Compatibility Notes</h3>
<p class="notice--warning">This method requires a computer running Windows or Linux. macOS is NOT supported, nor are phones or tablets. If you do not have access to Windows or Linux, you will need to use an <a href="alternate-exploits">alternate exploit</a>.</p>
<p class="notice--warning">This method requires a computer running Windows, Linux, or macOS. Phones or tablets are NOT currently supported. If you do not have access to a computer, you will need to use an <a href="alternate-exploits">alternate exploit</a>.</p>
<h3 id="what-you-need">What You Need</h3>
@@ -541,7 +541,7 @@ window.cookieconsent.initialise({
<li>The latest release of <a href="https://github.com/zoogie/MSET9/releases/latest">MSET9</a> (the Release <code class="language-plaintext highlighter-rouge">.zip</code> file)</li>
<li>Any 3.x version of <a href="https://www.python.org/downloads/">Python</a> <strong>installed on your computer</strong>
<ul>
<li>If you are on Linux, you likely already have Python 3. Check by opening a terminal and entering <code class="language-plaintext highlighter-rouge">python3 -V</code>. If this returns a version number, it will work for this guide.</li>
<li>If you are on Linux or macOS, you may already have Python 3. Check by opening a Terminal window and entering <code class="language-plaintext highlighter-rouge">python3 -V</code>. If this returns a version number, it will work for this guide.</li>
</ul>
</li>
</ul>
@@ -620,6 +620,7 @@ window.cookieconsent.initialise({
<li>Run the MSET9 script:
<ul>
<li><strong>Windows</strong>: Double-click <code class="language-plaintext highlighter-rouge">mset9.bat</code></li>
<li><strong>macOS</strong>: Double-click <code class="language-plaintext highlighter-rouge">mset9.command</code></li>
<li><strong>Linux</strong>: open a Terminal window, <code class="language-plaintext highlighter-rouge">cd</code> to the root of your SD card, then type <code class="language-plaintext highlighter-rouge">python3 mset9.py</code> and press Enter</li>
</ul>
</li>
@@ -671,6 +672,7 @@ window.cookieconsent.initialise({
<li>Run the MSET9 script:
<ul>
<li><strong>Windows</strong>: Double-click <code class="language-plaintext highlighter-rouge">mset9.bat</code></li>
<li><strong>macOS</strong>: Double-click <code class="language-plaintext highlighter-rouge">mset9.command</code></li>
<li><strong>Linux</strong>: open a Terminal window, <code class="language-plaintext highlighter-rouge">cd</code> to the root of your SD card, then type <code class="language-plaintext highlighter-rouge">python3 mset9.py</code> and press Enter</li>
</ul>
</li>