Use Nimble local deps to fix deployment issue

Fixes #1405
This commit is contained in:
Zed
2026-06-08 00:47:42 +02:00
parent 55d067957c
commit 9b9c86a15c
4 changed files with 11 additions and 4 deletions
+3 -3
View File
@@ -104,9 +104,9 @@ along with the scss and md files.
# su nitter
$ git clone https://github.com/zedeus/nitter
$ cd nitter
$ nimble build -d:danger --mm:refc
$ nimble scss
$ nimble md
$ nimble -l build -d:danger --mm:refc
$ nimble -l scss
$ nimble -l md
$ cp nitter.example.conf nitter.conf
```