Skip to content

Commit

Permalink
docs: update description on testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaok committed Nov 10, 2024
1 parent c9089ad commit d372bfd
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 @@ -35,7 +35,7 @@ The script should work if modified for other environments.

## Notes

+ This script is tested on Ubuntu 18.04 LTS
+ This script is tested on `ubuntu-latest` using GitHub Actions
- To install `inotifywait` on Ubuntu, use `sudo apt install inotify-tools`
+ This script ignores hidden files (`inotifywait --exclude '/\.'`), as Nextcloud does
+ A similar project implemented in `php`, [files_inotify](https://github.com/icewind1991/files_inotify),<del> doesn't seem to work at this point in time</del> exists but I'm not sure if it works
Expand Down

0 comments on commit d372bfd

Please sign in to comment.