From: Mikko Keinänen Date: Mon, 27 Dec 2010 21:31:05 +0000 (+0200) Subject: Updated the git clone command. X-Git-Url: http://vcs.maemo.org/git/?p=emufront;a=commitdiff_plain Updated the git clone command. --- 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