guard / listen

The Listen gem listens to file modifications and notifies you about the changes.
https://rubygems.org/gems/listen
MIT License
1.92k stars 245 forks source link

issue #473: update README for setting fs.inotify.max_user_watches #522

Closed ColinDKelley closed 3 years ago

ColinDKelley commented 3 years ago
ColinDKelley commented 3 years ago

@AxelTheGerman How does this look? I tried to simplify the steps by using sudo echo >/sudo echo >> rather than sudo tee/sudo tee -a.

ColinDKelley commented 3 years ago

I'm going to merge now. Happy to get any feedback later.

JasonBarnabe commented 3 years ago

The new instructions don't work. sudo does not apply to the redirection.

$ sudo echo fs.inotify.max_user_watches=524288 >> /etc/sysctl.conf
bash: /etc/sysctl.conf: Permission denied