From 0fa50c7995ff07cea1b446263eb1497b2c14922f Mon Sep 17 00:00:00 2001 From: Jules Winnfield Date: Wed, 22 Jan 2014 11:53:23 +0100 Subject: [PATCH] Readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b9eaad..7d2617b 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,17 @@ Installation steps Arch Linux for Cubietruck use a debian based Linux Distribution! open your preferred shell + sudo apt-get -y install git + cd ~ + git clone https://bitbucket.org/mziegler08/cubietruck-arch + cd cubietruck-arch + chmod +x build.sh -sudo ./build.sh \ No newline at end of file + +sudo ./build.sh + +Enjoy Arch Linux :) \ No newline at end of file