commit c2fde6891225d6a39d81bcac97b72352ae9c15f5 parent a82fe2de01ac6721a6ea74efc2659ac8533d9f8b Author: Robin Bäckman <robinbackman@gmail.com> Date: Tue, 1 Nov 2016 10:07:49 +0000 README.md edited online with Bitbucket Diffstat:
M | README.md | | | 12 | +++++++++++- |
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -13,8 +13,18 @@ Build wiki and part list at http://tarina.org ## Software ## You can try the simpel install bash script after you've git cloned tarina +1. Download latest [Raspbian](https://www.raspberrypi.org/downloads/raspbian/) and follow [install instructions](https://www.raspberrypi.org/documentation/installation/installing-images/README.md). +2. [ssh into raspberry](https://www.raspberrypi.org/documentation/remote-access/ssh/) pi and run +``` +sudo raspi-config +``` +3. Expand file system, enable camera and then reboot +4. Install git +``` +sudo apt-get install git +``` +5. Git clone tarina ``` -download latest [Raspbian](https://www.raspberrypi.org/downloads/raspbian/) and follow [install instructions](https://www.raspberrypi.org/documentation/installation/installing-images/README.md). git clone https://rbckman@bitbucket.org/rbckman/tarina.git cd tarina sudo ./install.sh