Skip to content

Commit

Permalink
Add usage instruction to readme (#32)
Browse files Browse the repository at this point in the history
* Add usage instruction to readme

* Also mention loading homebrew
  • Loading branch information
VolkerSchlegel authored Sep 7, 2024
1 parent 8854ff3 commit cd2841a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[![CI-Release](https://github.com/wiiu-env/wiiload_plugin/actions/workflows/ci.yml/badge.svg)](https://github.com/wiiu-env/wiiload_plugin/actions/workflows/ci.yml)

## Usage
Use the wiiload executable (located in `[DEVKITPRO]/tools/bin`) to send your plugin or homebrew (.rpx or .wuhb) to your WiiU.

## Installation
(`[ENVIRONMENT]` is a placeholder for the actual environment name.)

1. Copy the file `wiiload.wps` into `sd:/wiiu/environments/[ENVIRONMENT]/plugins`.
Expand Down Expand Up @@ -36,4 +39,4 @@ docker run -it --rm -v ${PWD}:/project wiiloadplugin-builder make clean

## Format the code via docker

`docker run --rm -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./src -i`
`docker run --rm -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./src -i`

0 comments on commit cd2841a

Please sign in to comment.