diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56e776c..f9d79fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,9 +30,8 @@ jobs: - uses: actions/download-artifact@master with: name: binary - path: wiiu/plugins - name: zip artifact - run: zip -r ${{ env.REPOSITORY_NAME }}_${{ env.DATETIME }}.zip wiiu + run: zip -r ${{ env.REPOSITORY_NAME }}_${{ env.DATETIME }}.zip *.wps - name: Create Release id: create_release uses: actions/create-release@v1 diff --git a/README.md b/README.md index a253de8..8b91e3f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +## Usage +(`[ENVIRONMENT]` is a placeholder for the actual environment name.) + +1. Copy the file `homebrew_on_menu.wps` into `sd:/wiiu/environments/[ENVIRONMENT]/plugins`. +2. Requires the [WiiUPluginLoaderBackend](https://github.com/wiiu-env/WiiUPluginLoaderBackend) in `sd:/wiiu/environments/[ENVIRONMENT]/modules`. +3. Requires the [RPXLoadingModule](https://github.com/wiiu-env/RPXLoadingModule) in `sd:/wiiu/environments/[ENVIRONMENT]/modules`. ## Building using the Dockerfile