Update readme

このコミットが含まれているのは:
Zed 2019-09-15 11:31:27 +02:00
コミット e72b48defc
1個のファイルの変更2行の追加1行の削除

ファイルの表示

@ -23,11 +23,12 @@ It is possible to install Nim system-wide or in the user directory you create be
# su nitter
$ git clone https://github.com/zedeus/nitter
$ cd nitter
$ nimble build -d:release
$ nimble build -d:release -d:hostname="..."
$ nimble scss
$ 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`.
You should run Nitter behind a reverse proxy such as nginx or Apache for better
security.