diff --git a/docs/build-instructions/linux.md b/docs/build-instructions/linux.md index 8d230ff88..e5d54069e 100644 --- a/docs/build-instructions/linux.md +++ b/docs/build-instructions/linux.md @@ -88,7 +88,7 @@ this is the reason for this error you can issue and restart Atom. If Atom now works fine, you can make this setting permanent: ```sh - echo 32768 > /proc/sys/fs/inotify/max_user_watches + echo 32768 | sudo tee -a /proc/sys/fs/inotify/max_user_watches ``` See also https://github.com/atom/atom/issues/2082.