diff --git a/README.md b/README.md index de04ee8..c9e0151 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Make sure you've set the REMOTE_HOST and REMOTE_USER variables with the IP (or D ``` REMOTE_HOST='192.168.1.10' -REMOTE_USER='*pi*' +REMOTE_USER='pi' ``` Do not set the `REMOTE_PASS` variable until you've read the next section on SSH. @@ -206,4 +206,4 @@ If you'd like to know what version of the script you have running. If the update script fails, make sure you did your original deployment via `git clone` and not a manual install. If it doesn't kick off, you can manually execute a `git pull` while in the `gravity-sync` directory. -If your script prompts for a password on the remote system, make sure that your user account is setup not to require passwords in the sudoers file. \ No newline at end of file +If your script prompts for a password on the remote system, make sure that your user account is setup not to require passwords in the sudoers file.