Skip to content

Commit

Permalink
Removed repeated installation instructions (#27)
Browse files Browse the repository at this point in the history
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>

Co-authored-by: Louise Poubel <[email protected]>
  • Loading branch information
ahcorde and chapulina authored Aug 15, 2020
1 parent d57a19e commit a700c15
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a700c15

Please sign in to comment.