From b426623f9de55fd0bc997c298dfc3463067fe782 Mon Sep 17 00:00:00 2001 From: JT <547158+jntrnr@users.noreply.github.com> Date: Tue, 22 Feb 2022 08:00:02 -0500 Subject: [PATCH] Documentation: Add `sudo apt update` step to build instructions This adds the necessary `sudo apt update` to the build instructions after adding the GCC 11 respository. --- Documentation/BuildInstructions.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index 08949eb46d..10671e220b 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -18,6 +18,12 @@ On Ubuntu gcc-11 is available in the repositories of 21.04 (Hirsuite) and later sudo add-apt-repository ppa:ubuntu-toolchain-r/test ``` +Next, update your local package information from this repository: + +```console +sudo apt update +``` + Now on Ubuntu or Debian you can install gcc-11 with apt like this: ```console