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 d1bfee4 commit 7e80b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ 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](https://github.com/genkgo/php-ext-fs-notify/releases) download the .so (Ubuntu) or .dylib (macOS) file
From [the release section](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.

Expand Down

0 comments on commit 7e80b27

Please sign in to comment.