update readme

This commit is contained in:
Kelvin Sherlock 2023-12-31 18:35:52 -05:00
parent a8523f5ebd
commit 62c070fb1a
1 changed files with 14 additions and 0 deletions

View File

@ -3,6 +3,20 @@ iigs resource compiler
An experimental alternative to rez.
Usage:
```
prez [options] file....
```
Options:
* `--hex`: generate rez data statements
* `--rez`: generate rez resource statements
* `--data-fork`: save resource fork to a data fork (only win32/macos can generate a resource fork)
* `-o file`: output file
Example:
```