mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
Render markdown files with a tool
This commit is contained in:
parent
1fc6a4092e
commit
8c2e0c66e2
9 changed files with 45 additions and 21 deletions
|
|
@ -84,7 +84,7 @@ Running it with the default config is fine, Nitter's default config is set to
|
|||
use the default Redis port and localhost.
|
||||
|
||||
Here's how to create a `nitter` user, clone the repo, and build the project
|
||||
along with the scss.
|
||||
along with the scss and md files.
|
||||
|
||||
```bash
|
||||
# useradd -m nitter
|
||||
|
|
@ -93,6 +93,7 @@ $ git clone https://github.com/zedeus/nitter
|
|||
$ cd nitter
|
||||
$ nimble build -d:release
|
||||
$ nimble scss
|
||||
$ nimble md
|
||||
$ cp nitter.example.conf nitter.conf
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue