Skip to content

Commit 500c203

Browse files
committed
remove double readme
1 parent 2ac95ee commit 500c203

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@ for the required build dependencies.
8989
cargo build
9090
# for production
9191
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
92+
# run tests
93+
cargo test
9894
```

0 commit comments

Comments
 (0)