mirror of
https://github.com/zedeus/nitter.git
synced 2024-10-31 22:08:50 +00:00
Update readme
This commit is contained in:
parent
6c479ff7ec
commit
e72b48defc
1 changed files with 2 additions and 1 deletions
|
@ -23,11 +23,12 @@ It is possible to install Nim system-wide or in the user directory you create be
|
||||||
# su nitter
|
# su nitter
|
||||||
$ git clone https://github.com/zedeus/nitter
|
$ git clone https://github.com/zedeus/nitter
|
||||||
$ cd nitter
|
$ cd nitter
|
||||||
$ nimble build -d:release
|
$ nimble build -d:release -d:hostname="..."
|
||||||
$ nimble scss
|
$ nimble scss
|
||||||
$ mkdir ./tmp
|
$ mkdir ./tmp
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Change `-d:hostname="..."` to your instance's domain, eg. `-d:hostname:"nitter.net"`.
|
||||||
Set your port and page title in `nitter.conf`, then run Nitter by executing `./nitter`.
|
Set your port and page title in `nitter.conf`, then run Nitter by executing `./nitter`.
|
||||||
You should run Nitter behind a reverse proxy such as nginx or Apache for better
|
You should run Nitter behind a reverse proxy such as nginx or Apache for better
|
||||||
security.
|
security.
|
||||||
|
|
Loading…
Reference in a new issue