We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1bfee4 commit 7e80b27Copy full SHA for 7e80b27
README.md
@@ -33,7 +33,7 @@ echo 'extension=fs_notify.so' | tee -a /etc/php/${PHP_VERSION}/cli/conf.d/20-fs_
33
34
## Install pre-created .so and .dylib
35
36
-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
37
for your PHP version. Lookup the value of your exension_dir, move the extension into that directory. Enable the
38
extension by putting an ini-file in the conf.d folder of your php version. It might look as follows.
39
0 commit comments