add install instructions to readme

This commit is contained in:
Daylin Morgan 2024-09-18 09:29:12 -05:00
parent 584d47cd6e
commit 0ecd7d222d
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -1,3 +1,15 @@
# hwylterm # hwylterm
Adding some fun to the terminal! 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"
```