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 1ebb467 commit 11e2b71Copy full SHA for 11e2b71
README.md
@@ -25,14 +25,19 @@ installed with:
25
26
# install libjudy dependency:
27
apt install libjudy-dev
28
+
29
+On MacOS the dependency can be installed with:
30
-### Using PECL
31
+ # install libjudy dependency:
32
+ brew install traildb/judy/judy
33
34
+### Installing with PECL
35
36
Make sure to install [dependencies](#dependencies), and then:
37
38
pecl install memprof
39
-### Manually
40
+### Installing manually
41
42
43
0 commit comments