diff options
| author | Omar Roth <omarroth@hotmail.com> | 2018-07-18 20:09:28 -0500 |
|---|---|---|
| committer | Omar Roth <omarroth@hotmail.com> | 2018-07-18 20:09:28 -0500 |
| commit | 5b41c0f81b0d561735affd9ef3f56abe687b0c62 (patch) | |
| tree | 713fca5779417d99ab9c58f6d0a919d4a21179ac | |
| parent | c928a938f95ed4b12dc77b5958ab1ab75d4cd2dc (diff) | |
| download | invidious-5b41c0f81b0d561735affd9ef3f56abe687b0c62.tar.gz invidious-5b41c0f81b0d561735affd9ef3f56abe687b0c62.tar.bz2 invidious-5b41c0f81b0d561735affd9ef3f56abe687b0c62.zip | |
Update README
| -rw-r--r-- | README.md | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -6,33 +6,33 @@ ### Installing [Crystal](https://github.com/crystal-lang/crystal): -On Arch: +#### On Arch: ```bash $ sudo pacman -Syu shards crystal -$ crystal deps +$ shards ``` -On OSX: +#### On OSX: ```bash $ brew update $ brew install shards crystal-lang -$ crystal deps +$ shards ``` ### Installing Postgres: -On Arch: +#### On Arch: Install according to the [wiki](https://wiki.archlinux.org/index.php/PostgreSQL#Installing_PostgreSQL) -On OSX: +#### On OSX: ```bash $ brew install postgres ``` -Then setup database with +### Setup Postgres: ```bash $ ./setup.sh @@ -41,7 +41,8 @@ $ ./setup.sh ## Usage: ```bash -$ crystal src/invidious.cr +$ crystal build src/invidious.cr +$ ./invidious ``` Or for development: |
