Skip to content

Commit

Permalink
Explain how to install the extension from pecl
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Feb 9, 2021
1 parent 10e74e2 commit cd2a4d0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,15 @@ you are using an autoloader, no changes to your code should be necessary.
First install [libmaxminddb](https://github.com/maxmind/libmaxminddb) as
described in its [README.md
file](https://github.com/maxmind/libmaxminddb/blob/main/README.md#installing-from-a-tarball).
After successfully installing libmaxmindb, run the following commands from the
top-level directory of this distribution:
After successfully installing libmaxmindb, you may install the extension
from [pecl](https://pecl.php.net/package/maxminddb):

```
pecl install maxminddb
```

Alternatively, you may install it from the source. To do so, run the following
commands from the top-level directory of this distribution:

```
cd ext
Expand Down

0 comments on commit cd2a4d0

Please sign in to comment.