Skip to content

Commit

Permalink
Trying to get formatting correct
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Patterson committed Nov 18, 2011
1 parent 874b5b6 commit 205aa76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -16,9 +16,11 @@ Installation
1. [Create a Remote Access Application](http://wiki.developerforce.com/page/Getting_Started_with_the_Force.com_REST_API#Setup), since you will need a client ID and client secret so that that the FDW can login via OAuth and use the REST API.
2. [Install Multicorn](http://multicorn.org/#installation)
3. Build the FDW module:

$ cd Database.com-FDW-for-PostgreSQL
$ python setup.py sdist
$ sudo python setup.py install

4. In the PostgreSQL client, create the extension and foreign server:
```
CREATE EXTENSION multicorn;
Expand Down

0 comments on commit 205aa76

Please sign in to comment.