From e7cf216bb478cb78e342d177f82ad63af6342bc8 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Thu, 17 Nov 2011 13:38:40 +0100 Subject: [PATCH] Added a comment on how to never type password. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 14e8372..56e5ee9 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,10 @@ Only it is written in `zsh` and should work also on Mac. Yeah, PHP sucks for thi 8. Profit Good Work! + +# Annoyed by password? + +Edit `/etc/sudoers` by using `sudo visudo`. +**At the end** of the file add: + + userName ALL=(ALL) NOPASSWD: /path/to/get-shit-done