Updated the git clone command.
[emufront] / 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>