commit 9447ddc5e9d5989ce3187467f6aff0eff6eea7a2
parent 35e3591cefd86f0771ce8a8f058ba246674d787c
Author: Robin <rob@tarina.org>
Date: Mon, 6 Jan 2020 10:47:44 +0200
for now install script onöy works if tarina is installed in /home/pi folder
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/tarina-manual.md b/docs/tarina-manual.md
@@ -472,11 +472,11 @@ Installing software
Download latest [Raspbian](https://www.raspberrypi.org/downloads/raspbian/) and follow [install instructions](https://www.raspberrypi.org/documentation/installation/installing-images/README.md).
[Ssh into](https://www.raspberrypi.org/documentation/remote-access/ssh/) Raspberry Pi and run:
+Go to home folder
```
-sudo raspi-config
+cd /home/pi
```
-Expand file system, enable camera and then reboot.
-Run this to install git:
+Install git
```
sudo apt-get install git
```