Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tuto s4u: adapt text to the actual docker content
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 15 Oct 2018 09:09:17 +0000 (11:09 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 15 Oct 2018 09:09:17 +0000 (11:09 +0200)
docs/source/tuto_s4u.rst

index a525c89..27c809d 100644 (file)
@@ -320,13 +320,13 @@ All needed dependencies are already installed in this container
 optional in this tutorial, it is not installed to reduce the image
 size.
 
-The code template is available under ``/source/simgrid-template-s4u`` in
-the image. You should copy it to your working directory when you first
-log in:
+The code template is available under ``/source/simgrid-template-s4u.git`` 
+in the image. You should copy it to your working directory and
+recompile it when you first log in: 
 
 .. code-block:: shell
 
-   cp -r /source/simgrid-template-s4u/* /source/tutorial
+   cp -r /source/simgrid-template-s4u.git/* /source/tutorial
    cd /source/tutorial
    cmake .
    make