Adjusted README

This commit is contained in:
JJ Bliss
2026-05-07 11:28:08 -04:00
parent 4ee7b9405e
commit 0b03ace306
+13 -7
View File
@@ -1,15 +1,21 @@
# meadow
Uxn/Varvara Emulator written in the hare programming language.
---
## Requirements
- hare
- sdl3
- sdl3-image
- sdl3-ttf
- [hare-sdl3](https://git.sr.ht/~sircmpwn/hare-sdl3)
Requirements:
hare
sdl3
sdl3-image
sdl3-ttf
[hare-sdl3]
To install hare-sdl3, the source must be copied into the HAREPATH third-party directory.
This command will show HAREPATH directories:
`hare version -v`
---
[hare-sdl3]: https://git.sr.ht/~sircmpwn/hare-sdl3
## Usage