diff options
| author | Julian Hurst <ark@mansus.space> | 2024-09-12 12:00:51 +0200 |
|---|---|---|
| committer | Julian Hurst <ark@mansus.space> | 2024-09-12 12:00:51 +0200 |
| commit | 7f4f36b214b23bee44b80574ec08f54c3723982d (patch) | |
| tree | 4348548c6f4a024bf52e04f5bd7f57117da43045 /README.md | |
| parent | b3ddfa2345dcb4def08fd6c35e23e43db414415f (diff) | |
| download | ilhare-7f4f36b214b23bee44b80574ec08f54c3723982d.tar.gz | |
Use hare-ev to handle the event loop
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # Building -To build il(hare) you must first install [hare](https://harelang.org) and [hare-libtui](https://git.sr.ht/~ark/hare-libtui) then run: +To build il(hare) you must first install [hare](https://harelang.org), [hare-libtui](https://git.sr.ht/~ark/hare-libtui) and [hare-ev](https://git.sr.ht/~sircmpwn/hare-ev) then run: ``` hare build -o il . |
