We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac95ee commit 500c203Copy full SHA for 500c203
README.md
@@ -89,10 +89,6 @@ for the required build dependencies.
89
cargo build
90
# for production
91
cargo build --release
92
-```
93
-
94
-Copy `target/{debug|release}/libphp_ext_fs_notify.so` into your .so into your extension directory and add it to your php.ini.
95
96
-```ini
97
-extension=libphp_ext_fs_notify.so
+# run tests
+cargo test
98
```
0 commit comments