Fixing compile and installation instructions

main
John Hammond 2023-06-28 00:06:16 -04:00
parent 5e79f866c1
commit dd4e34280a
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,12 @@ This is probably bad code, but it was an excuse to write some Nim.
## Compile
```
nimble build
```
## Install
```
nimble install
```