From 7e80b27bae585185b921cc627ec6ce673337334e Mon Sep 17 00:00:00 2001 From: Frederik Bosch Date: Tue, 30 Jul 2024 10:10:34 +0200 Subject: [PATCH] improve installation docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 216622f..37e9d95 100644 --- a/README.md +++ b/README.md @@ -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.