From e57b23fdfca6b2e76a216440aa2b33576818bc98 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 15 Oct 2018 11:09:17 +0200 Subject: [PATCH] tuto s4u: adapt text to the actual docker content --- docs/source/tuto_s4u.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/tuto_s4u.rst b/docs/source/tuto_s4u.rst index a525c894fe..27c809dffa 100644 --- a/docs/source/tuto_s4u.rst +++ b/docs/source/tuto_s4u.rst @@ -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 -- 2.20.1