From 0ecd7d222d31dfb9bcf8774ab7db36198ae95108 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 18 Sep 2024 09:29:12 -0500 Subject: [PATCH] add install instructions to readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 391e642..f3cd273 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # hwylterm Adding some fun to the terminal! + +## use library + +```nim +requires "https://github.com/daylinmorgan/hwylterm" +``` + +## use CLI's + +```sh +nimble install "https://github.com/daylinmorgan/hwylterm?subdir=tools" +```