Remove mention of libJudy in installation documentation for macOS (#12080)
Vladimir Kobal committed
Feb 3, 2022 at 15:32 UTC
4d9ccc1b3d87086ed4fead4eac9531a8d2dea35f
1 file changed
+2
-5
packaging/installer/methods/macos.md
+2
-5
@@ -83,16 +83,13 @@ We don't recommend installing Netdata from source on macOS, as it can be difficu
83
brew install ossp-uuid autoconf automake pkg-config libuv lz4 json-c openssl libtool cmake
84
```
85
86
-4. Optional: If you want to use the [database engine](/database/engine/README.md) to store your metrics, you need to download
87
-and install the [Judy library](https://sourceforge.net/projects/judy/) before proceeding compiling Netdata.
88
-
89
-5. Download Netdata from our GitHub repository:
86
+4. Download Netdata from our GitHub repository:
87
88
```bash
89
git clone https://github.com/netdata/netdata.git --recursive
90
```
91
95
-6. `cd` into the newly-created directory and then start the installer script:
92
+5. `cd` into the newly-created directory and then start the installer script:
93
94
```bash
95
cd netdata/