Skip to content

Commit 49d2ac1

Browse files
authored
Merge pull request #5794 from A-Mitch/patch-1
updates the postgresql install command in the contributing guide
2 parents c23da3a + 5d3f254 commit 49d2ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Follow the instructions below on how to install Bundler and setup the database.
9090

9191
* Note that `-e "xpack.security.enabled=false"` disables authentication.
9292

93-
* Install PostgreSQL (>= 13.x): `brew install postgres`
93+
* Install PostgreSQL (>= 13.x): `brew install postgresql`
9494
* Setup information: `brew info postgresql`
9595
* Install memcached: `brew install memcached`
9696
* Show all memcached options: `memcached -h`

0 commit comments

Comments
 (0)