From 59046040c331d4d02fd4e56d4357a2e627271c84 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Fri, 2 Sep 2022 16:57:26 +0200 Subject: [PATCH] Fix installation instructions on Ubuntu 22.04 Signed-off-by: Silvio Traversaro --- tutorials/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/install.md b/tutorials/install.md index 3260f10154..1b1694f402 100644 --- a/tutorials/install.md +++ b/tutorials/install.md @@ -61,7 +61,7 @@ feature which hasn't been released yet. 1. Install tools ``` - sudo apt install -y build-essential cmake g++-8 git gnupg lsb-release wget + sudo apt install -y build-essential cmake git gnupg lsb-release wget ``` 2. Enable the Ignition software repositories: