diff --git a/README.md b/README.md index 5cc8175a5fc1e085d8d51912305d8e979c89ddde..fd3a2719e0ad994ae02f50e21547b81ed432f917 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,16 @@ A collection of package recipes for Redox. ### Ubuntu and other Debian based systems To install the toolchain, run the following commands: -``` +```bash # Get the Redox OS APT key sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AA12E97F0881517F + # Install the APT repository sudo add-apt-repository 'deb https://static.redox-os.org/toolchain/apt /' + # Update your package lists sudo apt update + # Install the cross compiler sudo apt install x86-64-elf-redox-gcc ```