Update README.md

This commit is contained in:
Cutieguwu
2026-02-15 20:41:56 -05:00
parent cfb6f5fb34
commit dcbf67e203

View File

@@ -29,10 +29,12 @@ WSL *may* affect the behaviour of raven. Quirks to be worked out.
```bash ```bash
raven new demo raven new demo
cd demo cd demo
raven run main.Main raven run main
``` ```
## Raven commands ## Raven commands
```bash
Usage: raven <COMMAND> Usage: raven <COMMAND>
Commands: Commands:
@@ -47,6 +49,7 @@ Commands:
Options: Options:
-h, --help Print help -h, --help Print help
-V, --version Print version -V, --version Print version
```
## Future plans ## Future plans