From 0b03ace3069dbf1871c84bf0b5deced571b19766 Mon Sep 17 00:00:00 2001 From: JJ Bliss Date: Thu, 7 May 2026 11:28:08 -0400 Subject: [PATCH] Adjusted README --- README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3fa1f3b..31e0fa6 100644 --- a/README.md +++ b/README.md @@ -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