summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorOmar Roth <omarroth@hotmail.com>2018-01-28 20:58:41 -0600
committerOmar Roth <omarroth@hotmail.com>2018-01-28 20:58:41 -0600
commit640508669a64323bf4e000117b9a427a4bea2d88 (patch)
treecbbb444f8ce60c9bc82db4c09294d1bef4f47ffb /README.md
parenta181c0cc58e0ffb6b3b0e6cf7561540fa4b48cb1 (diff)
downloadinvidious-640508669a64323bf4e000117b9a427a4bea2d88.tar.gz
invidious-640508669a64323bf4e000117b9a427a4bea2d88.tar.bz2
invidious-640508669a64323bf4e000117b9a427a4bea2d88.zip
Edit README for clarity
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index 0315b706..c99574c2 100644
--- a/README.md
+++ b/README.md
@@ -21,16 +21,19 @@ $ crystal deps
### Installing Postgres:
-On Arch:
-Install according to the [wiki](https://wiki.archlinux.org/index.php/PostgreSQL), then setup database with:
-```bash
-$ ./setup.sh
-```
+On Arch:
+Install according to the [wiki](https://wiki.archlinux.org/index.php/PostgreSQL#Installing_PostgreSQL):
+
On OSX:
```bash
$ brew install postgres
```
+Then setup database with:
+```bash
+$ ./setup.sh
+```
+
## Usage:
```bash