mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-25 16:03:13 +00:00
Updated Installation (markdown)
parent
9dfb48cbcf
commit
9607508ea2
@ -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`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user