diff options
-rw-r--r-- | support/doc/dependencies.md | 4 |
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 | ``` |
252 | rc-update add redis | 252 | rc-update add redis |
253 | rc-update add postgresql-10 | 253 | rc-update add postgresql-11 |
254 | rc-service redis start | 254 | rc-service redis start |
255 | rc-service postgresql-10 start | 255 | rc-service postgresql-11 start |
256 | ``` | 256 | ``` |
257 | 257 | ||
258 | ## Other distributions | 258 | ## Other distributions |