From c5fe174fe9ab62b7a4727e8ceb472086a9632726 Mon Sep 17 00:00:00 2001 From: ahcorde Date: Thu, 13 Aug 2020 12:13:53 +0200 Subject: [PATCH 1/3] Removed repeated installation instructions Signed-off-by: ahcorde --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index ae5e13d3..a2bf6753 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 +Review the [tutorial section](tutorials/02_installation.md). ## Test From a3affe7a27f739267e74a5440a277e2e1cf32a27 Mon Sep 17 00:00:00 2001 From: ahcorde Date: Fri, 14 Aug 2020 10:19:10 +0200 Subject: [PATCH 2/3] Updated install link Signed-off-by: ahcorde --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2bf6753..1c5204ff 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ of libraries designed to rapidly develop robot applications. ## Installation -Review the [tutorial section](tutorials/02_installation.md). +Review the [tutorial section](https://ignitionrobotics.org/api/plugin/1.1/installation.html). ## Test From 4d1d0f843edf475bbbd08eda18c18fd674ee7824 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Fri, 14 Aug 2020 18:08:03 -0700 Subject: [PATCH 3/3] Wording tweaks Signed-off-by: Louise Poubel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c5204ff..98e2afca 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ of libraries designed to rapidly develop robot applications. ## Installation -Review the [tutorial section](https://ignitionrobotics.org/api/plugin/1.1/installation.html). +See the [installation tutorial](https://ignitionrobotics.org/api/plugin/1.1/installation.html). ## Test