forked from midou/invidious
Edit README for clarity
This commit is contained in:
parent
a181c0cc58
commit
640508669a
11
README.md
11
README.md
@ -22,15 +22,18 @@ $ 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
|
||||
```
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user