Edit README for clarity

このコミットが含まれているのは:
Omar Roth 2018-01-28 20:58:41 -06:00
コミット 640508669a
1個のファイルの変更8行の追加5行の削除

ファイルの表示

@ -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