Lindenii Project Forge
Update README.md
# ev This package provides an event loop for Hare programs. This is a future candidate for being merged into the Hare standard library. ## Installation
TBD
### From your distribution The recommended name for this package is "hare-ev". Look for this, or something similar, in your local package manager. This is the preferred way to install this package. ### System-wide installation ``` make install ``` ### Vendoring ``` git subtree -P vendor/hare-ev/ add https://git.sr.ht/~sircmpwn/hare-ev master ```
## Examples See cmd/*