Update README.md

This commit is contained in:
Michael Stanclift
2020-09-10 10:26:05 -05:00
committed by GitHub
parent 8d5c725d0c
commit 6e32107478
+4
View File
@@ -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.