Skip to content

Commit 548c21b

Browse files
adamiBsdwdougherty
andauthored
Clarify tested dists for homebrew (#1120)
* Clarify tested dists for homebrew * Update content/operate/oss_and_stack/install/install-redis/install-redis-on-mac-os.md Co-authored-by: David Dougherty <david.dougherty@redis.com> --------- Co-authored-by: David Dougherty <david.dougherty@redis.com>
1 parent e3cf89c commit 548c21b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/operate/oss_and_stack/install/install-redis/install-redis-on-mac-os.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ weight: 1
1212

1313
This guide shows you how to install Redis on macOS using Homebrew. Homebrew is the easiest way to install Redis on macOS. If you'd prefer to build Redis from the source files on macOS, see [Installing Redis from Source]({{< relref "/operate/oss_and_stack/install/install-redis/install-redis-from-source" >}}).
1414

15+
{{< note >}}
16+
The Homebrew distribution of Redis Community Edition is only supported on macOS.
17+
{{< /note >}}
18+
1519
## Prerequisites
1620

1721
First, make sure you have Homebrew installed. From the terminal, run:
@@ -100,4 +104,4 @@ Once you have a running Redis instance, you may want to:
100104
* Connect using one of the [Redis clients]({{< relref "/develop/clients" >}})
101105
* [Install Redis "properly"]({{< relref "/operate/oss_and_stack/install/install-redis#install-redis-properly" >}})
102106
for production use.
103-
107+

0 commit comments

Comments
 (0)