Deploying to gh-pages from @ hacks-guide/Guide_3DS@0b15931d02 🚀

This commit is contained in:
lifehackerhansol 2023-06-11 07:40:08 +00:00
parent 7f2cf8a7ff
commit 75f9627055
2 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-06-11T07:36:20+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-06-11T07:39:55+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed>

View file

@ -566,17 +566,17 @@ window.cookieconsent.initialise({
</ul>
</li>
<li>In the Seedminer folder, hold SHIFT and right-click anywhere in the folders empty space, then click the option that opens Terminal, PowerShell, or Command Prompt</li>
<li>In the command line window, type <code class="language-plaintext highlighter-rouge">py -3 -mpip install pycryptodomex</code>, hit ENTER, and allow it to install
<li>In the command line window, type <code class="language-plaintext highlighter-rouge">py -3 -m pip install pycryptodomex</code>, hit ENTER, and allow it to install
<ul>
<li>If this command fails with the error <code class="language-plaintext highlighter-rouge">No module named pip</code>, you must manually install pip. The methods to do this can be found on <a href="https://pip.pypa.io/en/stable/installation/">this page</a>.</li>
</ul>
</li>
<li>Turn your console on while the SD card is inserted</li>
<li>Power on your console while the SD card is inserted</li>
<li>Open the Mii Maker app</li>
<li>Tap the “QR Code/Image Options” button</li>
<li>Tap “Save Mii as QR Code”</li>
<li>Select any Mii Character (make a new one first if you dont have any), and press “OK”</li>
<li>Turn the console off</li>
<li>Power off your console</li>
<li>Put the consoles SD card into your computer, navigate to the <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder on the SD, and copy the name of the 32-character-long folder directly inside
<ul>
<li>This folder, known as the ID0, is system-specific. Only one should be present. If you see multiple, follow <a href="troubleshooting#seedminer">these instructions</a></li>