mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2024-11-15 22:18:32 -06:00
add install instructions to readme
This commit is contained in:
parent
584d47cd6e
commit
0ecd7d222d
1 changed files with 12 additions and 0 deletions
12
README.md
12
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"
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue