Skip to content
Snippets Groups Projects
Commit b3634261 authored by Joseph Mirabel's avatar Joseph Mirabel
Browse files

Update README.md

Fixes #5
parent b65e97aa
No related merge requests found
Pipeline #3553 passed
...@@ -11,18 +11,18 @@ This package is part of the [HPP] software and provides a few tools for basic st ...@@ -11,18 +11,18 @@ This package is part of the [HPP] software and provides a few tools for basic st
### Dependencies ### Dependencies
[hpp-statistics] has no dependency. [hpp-statistics] depends on [hpp-util].
### Installation ### Installation
Make sure you have installed all the dependency. Make sure you have installed all the dependency.
```sh ```sh
$ git clone https://github.com/billx09/hpp-statistics git clone --recursive https://github.com/humanoid-path-planner/hpp-statistics
$ cd hpp-statistics cd hpp-statistics
$ mkdir build && cd build mkdir build && cd build
$ cmake .. cmake ..
$ make install make install
``` ```
### Todo's ### Todo's
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment