nimblog/README.md

10 lines
245 B
Markdown

# nimblog
Basic blog written in nim, mostly for learning purposes.
## 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`