We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 680469b commit cc6617eCopy full SHA for cc6617e
1 file changed
README.md
@@ -48,6 +48,20 @@ helmc generate -x manifests workflow-dev
48
helmc install workflow-dev
49
```
50
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
65
### Python
66
67
Python 3.5 is a minimum requirement and can be installed via `homebrew`:
0 commit comments