From c5afbf605510ce03b345ee7ea0a6185434f955c8 Mon Sep 17 00:00:00 2001 From: Larsen Vallecillo Date: Tue, 9 Nov 2021 14:35:24 -0600 Subject: [PATCH] Update hbc.md --- _pages/en_US/hbc.md | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/_pages/en_US/hbc.md b/_pages/en_US/hbc.md index e792eb37d..60866cc2f 100644 --- a/_pages/en_US/hbc.md +++ b/_pages/en_US/hbc.md @@ -45,15 +45,24 @@ 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 + +┃ ┃ ┣ 📜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.