From 6e3210747853f00b92e3a338b668b00cea808fe2 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Thu, 10 Sep 2020 10:26:05 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f347ce4..9db8abf 100644 --- a/README.md +++ b/README.md @@ -187,3 +187,7 @@ If you are completely uninstalling Gravity Sync, the last step would be to remov ## Advanced Installation Please review the [Advanced Installation](https://github.com/vmstan/gravity-sync/blob/master/ADVANCED.md) guide for more assistance. + +### Troubleshooting + +If you get the error `sudo: a terminal is required to read the password` or `sudo: no tty present and no askpass program specified` during your execution, make sure you have [implemented passwordless sudo](https://linuxize.com/post/how-to-run-sudo-command-without-password/), as defined in the system requirements, for the user accounts on both the local and remote systems.