Skip to content

Commit c45b426

Browse files
author
Pat Patterson
committed
Trying to get formatting correct
1 parent 8e62911 commit c45b426

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ This Python module implements the multicorn.ForeignDataWrapper interface to allo
66
Pre-requisites
77
--------------
88

9-
[PostgreSQL 9.1+](http://www.postgresql.org/)
10-
[Python](http://python.org/)
11-
[Multicorn](http://multicorn.org)
9+
* [PostgreSQL 9.1+](http://www.postgresql.org/)
10+
* [Python](http://python.org/)
11+
* [Multicorn](http://multicorn.org)
1212

1313
Installation
1414
------------
1515

1616
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.
1717
2. [Install Multicorn](http://multicorn.org/#installation)
1818
3. Build the FDW module:
19-
```
20-
$ cd Database.com-FDW-for-PostgreSQL
21-
$ python setup.py sdist
22-
$ sudo python setup.py install
23-
```
19+
```
20+
$ cd Database.com-FDW-for-PostgreSQL
21+
$ python setup.py sdist
22+
$ sudo python setup.py install
23+
```
2424
4. In the PostgreSQL client, create the extension and foreign server:
2525
```
2626
CREATE EXTENSION multicorn;

0 commit comments

Comments
 (0)