Skip to content

Commit 7c1bb9f

Browse files
committed
Added PECL install directives
1 parent 5633e11 commit 7c1bb9f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@ Trie and HAT trie data structures for PHP.
1212

1313
## Installation
1414

15-
To install the extension, type the following in a console of your choosing:
15+
`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:
1622

1723
```sh
1824
git clone https://github.com/ace411/php_trie.git <directory>

0 commit comments

Comments
 (0)