From 80381e8f353e209337b91ddb341c8a7e3b0358bb Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Mon, 27 Apr 2020 21:31:07 +0200
Subject: [PATCH] [README] other install possibilities

---
 README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/README.md b/README.md
index ee37489..bceb53a 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,17 @@ tutorials or show-cases. These source files do not intend to substitute their or
    sudo apt install robotpkg-py3\*-example-robot-data
    ```
 
+### :turtle: With ROS
+
+Just clone it (with `--recursive`) into a catkin workspace.
+
+### :file_folder: From source
+
+Clone it (with `--recursive`), create a `build` directory inside, and:
+```bash
+cmake .. && make && make install
+```
+
 ## :gear: Configuration
 
 Unless you got this package from catkin, you will need to set `ROS_PACKAGE_PATH` to your `$CMAKE_INSTALL_PREFIX/share`
-- 
GitLab