javanile / inotifywait-polling

🔔 inotifywait alternative with polling
MIT License
13 stars 4 forks source link

Readme Docker script returns 404 (I can fix this) #6

Closed TheDevelolper closed 7 months ago

TheDevelolper commented 7 months ago

So I noticed you were using a github pages site to host the script:

https://javanile.github.io/inotifywait-polling/setup.sh

The site currently returns a 404.

I have forked this repo and I think I can fix the readme to use github's raw location instead:

https://raw.githubusercontent.com/javanile/inotifywait-polling/main/setup.sh

TheDevelolper commented 7 months ago

I made a Pull Request