Skip to content

Commit

Permalink
Close #2 with suggested instructions. Thanks @michalskop!
Browse files Browse the repository at this point in the history
  • Loading branch information
michelp committed Jan 29, 2017
1 parent 9aced14 commit 12a41ee
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,19 @@ pgtap extension to run.

## Install

You will require sudo privledges and the postgres development
libraries for your operating system in most cases. For ubuntu on
postgres 9.5 for example, you can install them with:

sudo apt-get install postgresql-server-dev-9.5

Clone the repository and then run:

'make install'

You will require sudo privledges in most cases. This creates a new
extension that can be installed with 'CREATE EXTENSION pgjwt;' To run
the tests install pgtap and run 'pg_prove test.sql'.
This creates a new extension that can be installed with 'CREATE
EXTENSION pgjwt;' To run the tests install pgtap and run 'pg_prove
test.sql'.


## Usage
Expand Down

0 comments on commit 12a41ee

Please sign in to comment.