commit 08607828e6088e110b747352c11a92d40cacd7f3 parent c2fde6891225d6a39d81bcac97b72352ae9c15f5 Author: Robin Bäckman <robinbackman@gmail.com> Date: Tue, 1 Nov 2016 10:08:39 +0000 README.md edited online with Bitbucket Diffstat:
M | README.md | | | 11 | +++++------ |
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md @@ -12,18 +12,17 @@ Build wiki and part list at http://tarina.org 3d printable stls in [3d folder](https://bitbucket.org/rbckman/tarina) ## 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 +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 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 +Expand file system, enable camera and then reboot +Install git ``` sudo apt-get install git ``` -5. Git clone tarina +Git clone tarina ``` git clone https://rbckman@bitbucket.org/rbckman/tarina.git cd tarina