We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85af265 commit 255d37aCopy full SHA for 255d37a
docs/setup-dev.md
@@ -38,6 +38,13 @@ jq is used to work with json when managing DigitalOcean.
38
39
```brew install jq```
40
41
+# envsubst
42
+
43
+```bash
44
+brew install gettext
45
+brew link --force gettext
46
+```
47
48
# PSQL
49
50
Install `psql` CLI tool to interact with postgres.
0 commit comments