diff --git a/_pages/en_US/hbc.md b/_pages/en_US/hbc.md index e5dbaa20c..5b2d40750 100644 --- a/_pages/en_US/hbc.md +++ b/_pages/en_US/hbc.md @@ -44,25 +44,7 @@ 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 +![Proper SD Card Folder Structure](images/Wii/FolderStructure.png) `AppName1` and `AppName2` are placeholder names. Do not nest multiple `apps` folders inside the `apps` folder itself. diff --git a/images/Wii/FolderStructure.png b/images/Wii/FolderStructure.png new file mode 100644 index 000000000..f49c567cd Binary files /dev/null and b/images/Wii/FolderStructure.png differ