From 2f7d034cdb120805e40420ed15c55479e4367508 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 12 Jun 2024 13:51:01 +0200 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- diff --git a/README.md b/README.md index 2e87560756a215bae49836586fb03426aa2c8292..e5548926d7807513e46ae682e2db907be8557757 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,23 @@ 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 -- 2.48.1