Update hbc.md
This commit is contained in:
parent
08f7cb3a04
commit
723b260a0e
1 changed files with 19 additions and 0 deletions
|
@ -38,6 +38,25 @@ You can always install it at a later date.
|
|||
|
||||
8. Once done, select `Continue`, and then select `Exit` to go to the Homebrew Channel
|
||||
|
||||
#### Required Reading
|
||||
|
||||
You can now use the Homebrew Channel to launch homebrew apps. Open Shop Channel is a one-stop shop for downloading homebrew, which you will learn how to install further in this guide.
|
||||
|
||||
Here's a tip - when installing homebrew applications on your SD Card or USB drive, your folder structure should look like this:
|
||||
|
||||
```💾sd or usb:
|
||||
┣ 📂apps
|
||||
┃ ┣ 📂AppName1
|
||||
┃ ┃ ┣ 📜boot.dol / boot.elf
|
||||
┃ ┃ ┣ 📜icon.png
|
||||
┃ ┃ ┗ 📜meta.xml
|
||||
┃ ┗ 📂AppName2
|
||||
┃ ┣ 📜boot.dol / boot.elf
|
||||
┃ ┣ 📜icon.png
|
||||
┃ ┗ 📜meta.xml```
|
||||
|
||||
`AppName1` and `AppName2` are placeholder names. Do not nest multiple `apps` folders inside the `apps` folder itself.
|
||||
|
||||
[Continue to making a NAND Backup using BootMii](bootmii)<br>
|
||||
Making a NAND backup with BootMii at this point is highly recommended.
|
||||
{: .notice--info}
|
||||
|
|
Loading…
Reference in a new issue