add to readme
This commit is contained in:
parent
2e642f2e4d
commit
882f02bfd0
1 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,14 @@
|
||||||
|
|
||||||
Turns your ELFs into DOLphins using the power of Zig (and CPU cycles).
|
Turns your ELFs into DOLphins using the power of Zig (and CPU cycles).
|
||||||
|
|
||||||
|
## Build
|
||||||
|
|
||||||
|
`zig build`
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
`elphin input.elf output.dol`
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
`AGPL-3.0-only`, check `LICENSE` for full text
|
`AGPL-3.0-only`, check `LICENSE` for full text
|
Loading…
Reference in a new issue