Adds brew install command in setup instructions.
This commit is contained in:
parent
f8a6382aa3
commit
068190b520
@ -2,6 +2,13 @@
|
|||||||
A tool to transform Postgres OLTP database schemas to OLAP database schemas automatically.
|
A tool to transform Postgres OLTP database schemas to OLAP database schemas automatically.
|
||||||
|
|
||||||
## Setup instructions
|
## Setup instructions
|
||||||
|
- If you are on Mac OSX, run this command in the terminal:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
> brew install --HEAD quintype/quindeps/ringo
|
||||||
|
```
|
||||||
|
|
||||||
|
- Or install from source:
|
||||||
- Install stack from http://haskellstack.org.
|
- Install stack from http://haskellstack.org.
|
||||||
- Git clone this repository:
|
- Git clone this repository:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user