Updated the git clone command. master
authorMikko Keinänen <mikko.keinanen@gmail.com>
Mon, 27 Dec 2010 21:31:05 +0000 (23:31 +0200)
committerMikko Keinänen <mikko.keinanen@gmail.com>
Mon, 27 Dec 2010 21:31:05 +0000 (23:31 +0200)
www/index.html

index ab86a7f..7b900a7 100644 (file)
                <h2>Installing from git repository</h2>
 
                <pre>
-                       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
                </pre>
 
                <h2>Instructions</h2>