nimblog/README.md

10 lines
245 B
Markdown
Raw Permalink Normal View History

2022-04-07 17:03:56 +00:00
# nimblog
2022-04-13 15:14:13 +00:00
Basic blog written in nim, mostly for learning purposes.
2022-04-07 17:24:00 +00:00
## How to run
1. Install your distro's `nim` package or equivalent
2. Navigate to the folder where this README is located
3. Fetch dependencies, compile and run: `nimble run`