From a700c1553b45ca647f20dacfeb5b8e5b9f45277f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez=20Cordero?= Date: Sat, 15 Aug 2020 03:08:40 +0200 Subject: [PATCH] Removed repeated installation instructions (#27) Signed-off-by: ahcorde Signed-off-by: Louise Poubel Co-authored-by: Louise Poubel --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index ae5e13d3..98e2afca 100644 --- a/README.md +++ b/README.md @@ -23,20 +23,7 @@ of libraries designed to rapidly develop robot applications. ## Installation -Standard installation can be performed in UNIX systems using the following -steps: - - mkdir build/ - cd build/ - cmake .. - sudo make install - -## Uninstallation - -To uninstall the software installed with the previous steps: - - cd build/ - sudo make uninstall +See the [installation tutorial](https://ignitionrobotics.org/api/plugin/1.1/installation.html). ## Test