mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-25 16:03:13 +00:00
Created Installation (markdown)
parent
113baa1da2
commit
55a7281fac
11
Installation.md
Normal file
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`
|
||||
Loading…
x
Reference in New Issue
Block a user