Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Let's learn a bit of svn syntax to not tell ugly things to users
[simgrid.git] / doc / FAQ.doc
index aab3da4..68f3e6f 100644 (file)
@@ -202,8 +202,7 @@ archive you may deploy on other sites just as a regular stable release.
 In summary, the following commands will checkout the SVN, regenerate the
 configure script and friends, configure SimGrid and build it.
 
-\verbatim svn checkout svn://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk
-mv trunk simgrid
+\verbatim svn checkout svn://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk simgrid
 cd simgrid
 ./bootstrap
 ./configure --enable-maintainer-mode --prefix=<where to install SimGrid>