瀏覽代碼

[docs] Change postresql brew command for Mac installation (#3001)

Nidhi Bhat G 3 年之前
父節點
當前提交
f8ed919c76
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/docs-site/content/administrator/installation/dependencies/_index.md

+ 2 - 2
docs/docs-site/content/administrator/installation/dependencies/_index.md

@@ -152,11 +152,11 @@ This is a verified step-by-step guide on how to get Hue up and running on a fres
 
 3. Install postgres (unless you prefer something else)
 
-   `brew install postgres`
+   `brew install postgresql@14`
 
 4. Start Postgres
 
-   `brew services start postgresql`
+   `brew services start postgresql@14`
 
 5. Create the hue database and set permissions