Update hbc.md
This commit is contained in:
parent
4a18162d0a
commit
c5afbf6055
1 changed files with 17 additions and 8 deletions
|
@ -45,14 +45,23 @@ You can now use the Homebrew Channel to launch homebrew apps. Open Shop Channel
|
|||
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.
|
||||
|
|
Loading…
Reference in a new issue