aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/dependencies.md
diff options
context:
space:
mode:
Diffstat (limited to 'support/doc/dependencies.md')
-rw-r--r--support/doc/dependencies.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md
index 57def686c..75a475949 100644
--- a/support/doc/dependencies.md
+++ b/support/doc/dependencies.md
@@ -118,6 +118,19 @@ nginx_enable="YES"
118# service nginx start 118# service nginx start
119``` 119```
120 120
121## macOS
122* Add the packages:
123
124 ```
125 brew install ffmpeg nginx postgresql openssl gcc make redis git yarn
126 ```
127* Run the services:
128
129 ```
130 brew services run postgresql
131 brew services run redis
132 ```
133
121## Other distributions 134## Other distributions
122 135
123Feel free to update this file in a pull request! 136Feel free to update this file in a pull request!