From 5a64b09924e59d3a0e5ca9ff16a502be2632297a Mon Sep 17 00:00:00 2001 From: Jordon Bedwell Date: Tue, 9 Sep 2014 20:36:40 -0500 Subject: [PATCH] Proc requires super user permissions on Linux. --- docs/build-instructions/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.