Update README

このコミットが含まれているのは:
Omar Roth 2019-02-28 13:28:02 -06:00
コミット cc76428cd2
1個のファイルの変更2行の追加2行の削除

ファイルの表示

@ -117,7 +117,7 @@ $ exit
```bash
$ sudo -i -u invidious
$ cd invidious
$ shards
$ shards update && shards install
$ crystal build src/invidious.cr --release
# test compiled binary
$ ./invidious # stop with ctrl c
@ -153,7 +153,7 @@ $ psql invidious < config/sql/session_ids.sql
$ psql invidious < config/sql/nonces.sql
# Setup Invidious
$ shards
$ shards update && shards install
$ crystal build src/invidious.cr --release
```