1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:47:35 +00:00

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.
This commit is contained in:
JT 2022-02-22 08:00:02 -05:00 committed by Linus Groh
parent 97e18a6ce1
commit b426623f9d

View file

@ -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