nitter icon indicating copy to clipboard operation
nitter copied to clipboard

nimble md (file not found)

Open 4yR1l1k opened this issue 1 year ago • 2 comments

$ 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?

4yR1l1k avatar Jul 18 '23 11:07 4yR1l1k

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

LainLayer avatar Aug 09 '23 10:08 LainLayer

You're probably using an old version of Nim/Nimble, run nimble -v to check.

zedeus avatar Aug 09 '23 15:08 zedeus