Update upgrading.markdown (#2153)

Added full path to hassbian-script as the documentation does not state where you are "starting" when issuing the cd command
This commit is contained in:
mariwing 2017-02-26 20:51:14 +01:00 committed by Paulus Schoutsen
parent 1dcc866ece
commit 4aa3a0cbbe

View File

@ -25,6 +25,6 @@ Press `Y` to confirm that you would like to continue.
To update the hassbian-scripts directory execute the following command as the `pi` user.
```bash
$ cd hassbian-scripts
$ cd /home/pi/hassbian-scripts
$ git pull
```