From 001a3b2481765ab931d57dd90bb899e869ffaf24 Mon Sep 17 00:00:00 2001 From: methylDragon Date: Tue, 12 Apr 2022 18:37:36 -0700 Subject: [PATCH] Bumps in garden : ign-plugin2 Signed-off-by: methylDragon --- tutorials/02_installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/02_installation.md b/tutorials/02_installation.md index fb72ee46..078d6f68 100644 --- a/tutorials/02_installation.md +++ b/tutorials/02_installation.md @@ -35,7 +35,7 @@ wget http://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add - On Ubuntu systems, `apt-get` can be used to install `ignition-plugin`: ```bash sudo apt-get update -sudo apt install libignition-plugin-dev +sudo apt install libignition-plugin2-dev ``` ## Source Installation