From 55a7281fac40d7afa729c5280f935881ae290aff Mon Sep 17 00:00:00 2001 From: zanothis Date: Sun, 3 Nov 2013 14:18:24 -0800 Subject: [PATCH] Created Installation (markdown) --- Installation.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Installation.md diff --git a/Installation.md b/Installation.md new file mode 100644 index 0000000..f348a5c --- /dev/null +++ b/Installation.md @@ -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`