You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/UserGuide_Installation.rst
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Specific instructions for Windows
28
28
Java JDK installation
29
29
##########################
30
30
31
-
If Java is not yet installed download the **Java 7 JDK** from `www.oracle.com/technetwork/java/javase/downloads <www.oracle.com/technetwork/java/javase/downloads>`__.
31
+
If Java is not yet installed download the **Java 7 JDK** from `http://www.oracle.com/technetwork/java/javase/downloads <http://www.oracle.com/technetwork/java/javase/downloads>`__.
32
32
33
33
* If your machine is not a 64-bit machine, download the x86 version.
34
34
* Install the .exe file
@@ -56,7 +56,7 @@ Specific instructions for OS X
56
56
Java JDK installation
57
57
##########################
58
58
59
-
If Java is not yet installed download the **Java 7 JDK** from `www.oracle.com/technetwork/java/javase/downloads <www.oracle.com/technetwork/java/javase/downloads>`__.
59
+
If Java is not yet installed download the **Java 7 JDK** from `http://www.oracle.com/technetwork/java/javase/downloads <http://www.oracle.com/technetwork/java/javase/downloads>`__.
60
60
61
61
62
62
Install the .dmg file normally. Note that you need to install the JDK version of Java, otherwise Gitools
@@ -101,7 +101,7 @@ Specific instructions for Linux
101
101
Java JDK installation
102
102
##########################
103
103
104
-
If Java is not yet installed download the **Java 7 JDK** from `www.oracle.com/technetwork/java/javase/downloads <www.oracle.com/technetwork/java/javase/downloads>`__.
104
+
If Java is not yet installed download the **Java 7 JDK** from `http://www.oracle.com/technetwork/java/javase/downloads <http://www.oracle.com/technetwork/java/javase/downloads>`__.
105
105
106
106
* If your machine is not a 64-bit machine, download the x86 version.
107
107
* Extract the download Java file into a folder
@@ -131,7 +131,7 @@ Imagine that you have uncompressed the zip file into */opt/gitools-2.2.0-bin*. I
131
131
Gitools to the command line changing the *PATH* variable. In order to do this, just open **~/.bashrc** file and add
132
132
this line at the bottom :
133
133
134
-
``export PATH=/opt/gitools-2.2.0-bin/bin:$PATH``
134
+
``export PATH=/opt/gitools-2.2.0-bin:$PATH``
135
135
136
136
Start a new terminal and you should be able to run Gitools graphical interface typing:
137
137
@@ -166,7 +166,7 @@ Download from github or checkout via the command ``[email protected]:gitools/gitool
0 commit comments