mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:07:36 +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:
parent
97e18a6ce1
commit
b426623f9d
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue