tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit 5139319c3635b2eb1ea2949d4daede15acfe4ed3
parent 8aba2421904d89325269d688537e8338f97306ca
Author: rbckman <rob@tarina.org>
Date:   Fri, 16 Nov 2018 18:12:02 +0200

github address corrected!

Diffstat:
Mdocs/tarina-build-instructions.html | 2+-
Mdocs/tarina-build-instructions.md | 2+-
Mdocs/tarina-build-instructions.pdf | 0
3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/tarina-build-instructions.html b/docs/tarina-build-instructions.html @@ -196,7 +196,7 @@ <p>Expand file system, enable camera and then reboot. Run this to install git:</p> <pre><code>sudo apt-get install git</code></pre> <p>Git clone tarina and then run install script with sudo:</p> -<pre><code>git clone https://rbckman@bitbucket.org/rbckman/tarina.git +<pre><code>git clone https://github.com/rbckman/tarina.git cd tarina sudo ./install.sh</code></pre> <p>You'r ready to rumble:</p> diff --git a/docs/tarina-build-instructions.md b/docs/tarina-build-instructions.md @@ -363,7 +363,7 @@ sudo apt-get install git ``` Git clone tarina and then run install script with sudo: ``` -git clone https://rbckman@bitbucket.org/rbckman/tarina.git +git clone https://github.com/rbckman/tarina.git cd tarina sudo ./install.sh ``` diff --git a/docs/tarina-build-instructions.pdf b/docs/tarina-build-instructions.pdf Binary files differ.