[chronojump-web] Better Linux compile instructions



commit d275d34d5708ab5886f9999b3f804a4055e98edf
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Oct 24 09:01:02 2016 +0200

    Better Linux compile instructions

 web/chronojump_linux_compile.html |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/web/chronojump_linux_compile.html b/web/chronojump_linux_compile.html
index 9992f75..25b7ce2 100644
--- a/web/chronojump_linux_compile.html
+++ b/web/chronojump_linux_compile.html
@@ -136,7 +136,14 @@
                                    <h2>B. Download from GIT</h2>
                                    <ol>
                                            <li>Install git <code>sudo apt-get install git</code></li>
-                                           <li>Clone repository <code>git clone 
git://git.gnome.org/chronojump</code></li>
+                                           <li>Clone repository
+                                                   <code>
+                                                           #Regular users:
+                                                           <br>git clone git://git.gnome.org/chronojump
+                                                           <br>#Developers with GNOME ssh keys:
+                                                           <br>git clone ssh://USERNAME git gnome 
org/git/chronojump
+                                                   </code>
+                                           </li>
                                            <li>Change directory <code>cd chronojump</code></li>
                                    </ol>
                            </div>
@@ -151,6 +158,7 @@
                                                    <code>
                                                            ./autogen.sh
                                                            <br>make
+                                                           <br>sudo make install
                                                    </code>
                                            </li>
                                    </ol>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]