diff --git a/README.md b/README.md index 4f4dc5e..5ffe3a7 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,15 @@ # ringo - [![Build Status](https://travis-ci.org/quintype/ringo.svg?branch=master)](https://travis-ci.org/quintype/ringo) + [![Build Status](https://travis-ci.org/abhin4v/ringo.svg?branch=master)](https://travis-ci.org/abhin4v/ringo) A tool to transform Postgres OLTP database schemas to OLAP database schemas automatically. ## 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 from source: - Install stack from http://haskellstack.org. - Git clone this repository: ```sh - > git clone --recursive https://github.com/quintype/ringo + > git clone --recursive https://github.com/abhin4v/ringo ``` - Run the following commands in the terminal: diff --git a/ringo.cabal b/ringo.cabal index 2dea2ea..d37242c 100644 --- a/ringo.cabal +++ b/ringo.cabal @@ -2,7 +2,7 @@ name: ringo version: 0.1.0.0 synopsis: OLTP to OLAP schema transformer description: Tool to transform OLTP schemas to OLAP star schemas automatically -homepage: http://github.com/quintype/ringo +homepage: http://github.com/abhin4v/ringo license: MIT license-file: LICENSE author: Abhinav Sarkar @@ -76,4 +76,4 @@ test-suite ringo-test source-repository head type: git - location: https://github.com/quintype/ringo + location: https://github.com/abhin4v/ringo