Skip to content

Commit cc6617e

Browse files
committed
docs(README.md): add postgresql prereq
add docs for installation on OS X and Linux
1 parent 680469b commit cc6617e

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,20 @@ helmc generate -x manifests workflow-dev
4848
helmc install workflow-dev
4949
```
5050

51+
### Postgresql
52+
53+
Postgresql can be installed via `homebrew`:
54+
55+
```
56+
brew install postgresql
57+
```
58+
59+
Or via your package manager. For example, on Debian Jessie:
60+
61+
```
62+
apt-get install postgresql libpq-dev
63+
```
64+
5165
### Python
5266

5367
Python 3.5 is a minimum requirement and can be installed via `homebrew`:

0 commit comments

Comments
 (0)