From 73e21908c5d524c09b9cb6161423ddb1b19e2aad Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Sun, 6 Mar 2016 12:38:18 +0100 Subject: [PATCH] Small mistake in RapidJson setup. --- documentation/UsersGuide/UsersGuide.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/UsersGuide/UsersGuide.rst b/documentation/UsersGuide/UsersGuide.rst index a6f6015e..ed68f649 100644 --- a/documentation/UsersGuide/UsersGuide.rst +++ b/documentation/UsersGuide/UsersGuide.rst @@ -450,6 +450,7 @@ Building Coriolis First step is to install the prerequisites. Currently, only RapidJSON_: :: dummy@lepka:~$ mkdir -p ~/coriolis-2.x/src/support + dummy@lepka:~$ cd ~/coriolis-2.x/src/support dummy@lepka:~$ git clone http://github.com/miloyip/rapidjson The second step is to create the source directory and pull the |git| repository: ::