mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Edit README for clarity
This commit is contained in:
parent
a181c0cc58
commit
640508669a
1 changed files with 8 additions and 5 deletions
11
README.md
11
README.md
|
@ -22,15 +22,18 @@ $ crystal deps
|
||||||
### Installing Postgres:
|
### Installing Postgres:
|
||||||
|
|
||||||
On Arch:
|
On Arch:
|
||||||
Install according to the [wiki](https://wiki.archlinux.org/index.php/PostgreSQL), then setup database with:
|
Install according to the [wiki](https://wiki.archlinux.org/index.php/PostgreSQL#Installing_PostgreSQL):
|
||||||
```bash
|
|
||||||
$ ./setup.sh
|
|
||||||
```
|
|
||||||
On OSX:
|
On OSX:
|
||||||
```bash
|
```bash
|
||||||
$ brew install postgres
|
$ brew install postgres
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Then setup database with:
|
||||||
|
```bash
|
||||||
|
$ ./setup.sh
|
||||||
|
```
|
||||||
|
|
||||||
## Usage:
|
## Usage:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue