nitter
nitter copied to clipboard
nimble md (file not found)
$ git clone https://github.com/zedeus/nitter $ cd nitter $ nimble build -d:release $ nimble scss $ nimble md $ cp nitter.example.conf nitter.conf
I'm following these installation steps however receiving "md file not found" error during "nimble md" step. Any suggestions?
I do not see this issue.
$ git clone https://github.com/zedeus/nitter
...
Resolving deltas: 100% (4946/4946), done.
$ cd nitter
$ nimble build -d:release
...
Building nitter/nitter using c backend
$ nimble scss
...
Success: Execution finished
$ nimble md
...
Rendered public/md/about.html
You're probably using an old version of Nim/Nimble, run nimble -v
to check.