3 Home
Thisago edited this page 2021-06-09 23:14:43 -03:00

For docs:

# clone repo
git clone https://gitea.com/Thisago/whois.nim
# go to dir
cd whois
# build docs
nim doc --project --out:docs ./src/whois.nim
# now open `./docs/whois.html` in your browser

If you know how use html file in wiki please let me know!

Thanks!