From b36342615c75d4f32592c424f18473c7609c097a Mon Sep 17 00:00:00 2001 From: Joseph Mirabel <jmirabel@laas.fr> Date: Fri, 8 Feb 2019 13:33:17 +0100 Subject: [PATCH] Update README.md Fixes #5 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index af64f43..2903868 100644 --- a/README.md +++ b/README.md @@ -11,18 +11,18 @@ This package is part of the [HPP] software and provides a few tools for basic st ### Dependencies -[hpp-statistics] has no dependency. +[hpp-statistics] depends on [hpp-util]. ### Installation Make sure you have installed all the dependency. ```sh -$ git clone https://github.com/billx09/hpp-statistics -$ cd hpp-statistics -$ mkdir build && cd build -$ cmake .. -$ make install +git clone --recursive https://github.com/humanoid-path-planner/hpp-statistics +cd hpp-statistics +mkdir build && cd build +cmake .. +make install ``` ### Todo's -- GitLab