File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -113,8 +113,15 @@ you are using an autoloader, no changes to your code should be necessary.
113113First install [ libmaxminddb] ( https://github.com/maxmind/libmaxminddb ) as
114114described in its [ README.md
115115file] ( https://github.com/maxmind/libmaxminddb/blob/main/README.md#installing-from-a-tarball ) .
116- After successfully installing libmaxmindb, run the following commands from the
117- top-level directory of this distribution:
116+ After successfully installing libmaxmindb, you may install the extension
117+ from [ pecl] ( https://pecl.php.net/package/maxminddb ) :
118+
119+ ```
120+ pecl install maxminddb
121+ ```
122+
123+ Alternatively, you may install it from the source. To do so, run the following
124+ commands from the top-level directory of this distribution:
118125
119126```
120127cd ext
You can’t perform that action at this time.
0 commit comments