Skip to content

Commit

Permalink
improve installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed Jul 30, 2024
1 parent fd362fc commit d1bfee4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ echo 'extension=fs_notify.so' | tee -a /etc/php/${PHP_VERSION}/cli/conf.d/20-fs_

## Install pre-created .so and .dylib

In the release download the .so (Ubuntu) or .dylib (macOS) file for your PHP version. Lookup the value of your
exension_dir, move the extension into that directory. Enable the extension by putting an ini-file in the conf.d folder
of your php version. It might look as follows.
In [the release](https://github.com/genkgo/php-ext-fs-notify/releases) download the .so (Ubuntu) or .dylib (macOS) file
for your PHP version. Lookup the value of your exension_dir, move the extension into that directory. Enable the
extension by putting an ini-file in the conf.d folder of your php version. It might look as follows.

```shell
PHP_VERSION=`php -r "echo PHP_MAJOR_VERSION . '.' . PHP_MINOR_VERSION;"`
Expand Down

0 comments on commit d1bfee4

Please sign in to comment.