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 5633e11 commit 7c1bb9fCopy full SHA for 7c1bb9f
README.md
@@ -12,7 +12,13 @@ Trie and HAT trie data structures for PHP.
12
13
## Installation
14
15
-To install the extension, type the following in a console of your choosing:
+`php-trie` is part of the PECL registry. If you intend to install the module via PECL, the following directive should suffice:
16
+
17
+```sh
18
+pecl install php_trie
19
+```
20
21
+To install the extension via Git, type the following in a console of your choosing:
22
23
```sh
24
git clone https://github.com/ace411/php_trie.git <directory>
0 commit comments