Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
docs: fix all examples of git clone to use https
[simgrid.git] / docs / source / Tutorial_Algorithms.rst
index 622aeb1..dec980d 100644 (file)
@@ -353,10 +353,12 @@ everything as follows:
 
 .. code-block:: shell
 
-   git clone git@framagit.org:simgrid/simgrid-template-s4u.git
+   # (exporting SimGrid_PATH is only needed if SimGrid is installed in a non-standard path)
+   export SimGrid_PATH=/where/to/simgrid
+   
+   git clone https://framagit.org/simgrid/simgrid.git
    cd simgrid-template-s4u/
-   SimGrid_PATH=/where/to/simgrid cmake . 
-   # (SimGrid_PATH is only needed if SimGrid is installed in a non-standard path)
+   cmake . 
    make
 
 If you struggle with the compilation, then you should double check