aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rw-r--r--support/doc/dependencies.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md
index 1b27abaa7..4bd5f95de 100644
--- a/support/doc/dependencies.md
+++ b/support/doc/dependencies.md
@@ -250,9 +250,9 @@ emerge --config postgresql
250* (For OpenRC) Enable and then start the services (replace with the correct PostgreSQL slot): 250* (For OpenRC) Enable and then start the services (replace with the correct PostgreSQL slot):
251``` 251```
252rc-update add redis 252rc-update add redis
253rc-update add postgresql-10 253rc-update add postgresql-11
254rc-service redis start 254rc-service redis start
255rc-service postgresql-10 start 255rc-service postgresql-11 start
256``` 256```
257 257
258## Other distributions 258## Other distributions