From d3ed2a0569a4c857a2ffe4678f0c81c6958ada33 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mikko=20Kein=C3=A4nen?= Date: Mon, 27 Dec 2010 23:31:05 +0200 Subject: [PATCH] Updated the git clone command. --- www/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/www/index.html b/www/index.html index ab86a7f..7b900a7 100644 --- a/www/index.html +++ b/www/index.html @@ -63,12 +63,12 @@

Installing from git repository

-			git clone https://vcs.maemo.org/git/emufront
-			cd emufront/src
-			qmake -project
-			qmake emufront.pro
-			make
-			./emufront
+	git clone git://gitorious.org/emufront/emufront.git
+	cd emufront/src
+	qmake -project
+	qmake emufront.pro
+	make
+	./emufront
 		

Instructions

-- 1.7.9.5