From 9607508ea203e201d436d0ef1f6d590570c3af68 Mon Sep 17 00:00:00 2001 From: Sean Lavine Date: Mon, 7 Apr 2014 16:28:36 -0700 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installation.md b/Installation.md index 157f1ca..f694688 100644 --- a/Installation.md +++ b/Installation.md @@ -1,6 +1,6 @@ # Module Installation -To install pg, run the following: +To install `pg`, run the following: `npm install pg` @@ -8,7 +8,7 @@ To install pg, run the following: # Dependencies for Native Bindings ## Ubuntu -Installation of this module via apt-get requires native bindings; and compilation is required even if you do not plan to use the native interface. Thus the following command is mandatory. +Installation of this module via `apt-get` requires native bindings; and compilation is required even if you do not plan to use the native interface. Thus the following command is mandatory. To install the dependencies in Ubuntu: `sudo apt-get install libpq-dev build-essential`