diff --git a/README.md b/README.md index 5dea608..ee10490 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ # Homebrew launcher wrapper payload -A simple wrapper that is just executing [homebrew_launcher_installer](https://github.com/wiiu-env/homebrew_launcher_installer). +A simple wrapper that is just installing the sd_loader to load homebrew via the homebrew launcher [homebrew_launcher_installer](https://github.com/wiiu-env/homebrew_launcher_installer). ## Usage Place the `50_hbl_installer.rpx` in the `[ENVIRONMENT]/modules/setup` folder and run the [EnvironmentLoader](https://github.com/wiiu-env/EnvironmentLoader). -Requires [MochaPayload](https://github.com/wiiu-env/MochaPayload) as a setup module in `[ENVIRONMENT]/modules/setup` when coldbooting. -Read the intructions in the [original repo](https://github.com/wiiu-env/homebrew_launcher_installer) for further usage. -TLDR: Put the [homebrew_launcher.elf](https://github.com/dimok789/homebrew_launcher) in `sd:/wiiu/apps/homebrew_launcher/homebrew_launcher.elf`. When coldbooting you need to open the Mii Maker to start it. +Requires the [homebrew_launcher.elf](https://github.com/dimok789/homebrew_launcher) in `sd:/wiiu/apps/homebrew_launcher/homebrew_launcher.elf`. +Requires [AutobootModule](https://github.com/wiiu-env/AutobootModule) to actually launch the Wii U Menu or Homebrew Launcher. ## Building