We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcfb755 commit 85efeb3Copy full SHA for 85efeb3
content/operate/oss_and_stack/install/install-stack/homebrew.md
@@ -52,7 +52,7 @@ export PATH=$(brew --prefix)/bin:$PATH
52
You can now start the Redis server as follows:
53
54
{{< highlight bash >}}
55
-redis-server /opt/homebrew/etc/redis.conf
+redis-server $(brew --prefix)/etc/redis.conf
56
{{< /highlight >}}
57
58
The server will run in the background.
0 commit comments