Adds brew install command in setup instructions.
This commit is contained in:
parent
f8a6382aa3
commit
068190b520
17
README.md
17
README.md
@ -2,18 +2,25 @@
|
|||||||
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
|
||||||
- Install stack from http://haskellstack.org.
|
- If you are on Mac OSX, run this command in the terminal:
|
||||||
- Git clone this repository:
|
|
||||||
|
```sh
|
||||||
|
> brew install --HEAD quintype/quindeps/ringo
|
||||||
|
```
|
||||||
|
|
||||||
|
- Or install from source:
|
||||||
|
- Install stack from http://haskellstack.org.
|
||||||
|
- Git clone this repository:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
> git clone https://github.com/quintype/ringo
|
> git clone https://github.com/quintype/ringo
|
||||||
```
|
```
|
||||||
- Run the following commands in the terminal:
|
- Run the following commands in the terminal:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
> cd ringo
|
> cd ringo
|
||||||
> stack setup
|
> stack setup
|
||||||
> stack install
|
> stack install
|
||||||
```
|
```
|
||||||
- Add `~/.local/bin/` to your shell's PATH.
|
- Add `~/.local/bin/` to your shell's PATH.
|
||||||
- You should be able to run the command `ringo` on terminal now. Run `ringo -h` to see the help.
|
- You should be able to run the command `ringo` on terminal now. Run `ringo -h` to see the help.
|
||||||
|
Loading…
Reference in New Issue
Block a user