summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2022-02-03 15:32:28 +0200
committerGitHub <noreply@github.com>2022-02-03 16:32:28 +0300
commit4d9ccc1b3d87086ed4fead4eac9531a8d2dea35f (patch)
tree0250a74d1b6b347465bd5cbd2325a0f5f1ff75d4
parent8875acec2882ea02b932957c3618ef53b7c0da94 (diff)
Remove mention of libJudy in installation documentation for macOS (#12080)
-rw-r--r--packaging/installer/methods/macos.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/packaging/installer/methods/macos.md b/packaging/installer/methods/macos.md
index b1b82de989..4fa0300c6f 100644
--- a/packaging/installer/methods/macos.md
+++ b/packaging/installer/methods/macos.md
@@ -83,16 +83,13 @@ We don't recommend installing Netdata from source on macOS, as it can be difficu
brew install ossp-uuid autoconf automake pkg-config libuv lz4 json-c openssl libtool cmake
```
-4. Optional: If you want to use the [database engine](/database/engine/README.md) to store your metrics, you need to download
-and install the [Judy library](https://sourceforge.net/projects/judy/) before proceeding compiling Netdata.
-
-5. Download Netdata from our GitHub repository:
+4. Download Netdata from our GitHub repository:
```bash
git clone https://github.com/netdata/netdata.git --recursive
```
-6. `cd` into the newly-created directory and then start the installer script:
+5. `cd` into the newly-created directory and then start the installer script:
```bash
cd netdata/