Created Installation (markdown)

zanothis 2013-11-03 14:18:24 -08:00
parent 113baa1da2
commit 55a7281fac

11
Installation.md Normal file

@ -0,0 +1,11 @@
# Basic installation
To install pg, run the following:
`npm install pg`
# Dependencies for Native Bindings
## Ubuntu
To install the dependencies in Ubuntu:
`sudo apt-get install libpq-dev build-essentials`