summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Roth <omarroth@hotmail.com>2019-02-28 13:28:02 -0600
committerOmar Roth <omarroth@hotmail.com>2019-02-28 13:28:02 -0600
commitcc76428cd283acb406dbd041f8293ee876c07349 (patch)
tree242bd2862f4ae6a0e39a10906018288899863ffa
parent7ffc3a06520fd955e807ff2851bbb4e86414da00 (diff)
downloadinvidious-cc76428cd283acb406dbd041f8293ee876c07349.tar.gz
invidious-cc76428cd283acb406dbd041f8293ee876c07349.tar.bz2
invidious-cc76428cd283acb406dbd041f8293ee876c07349.zip
Update README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 689252c9..20f509aa 100644
--- a/README.md
+++ b/README.md
@@ -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
```