Skip to content
Snippets Groups Projects
Commit 3ddf6b8a authored by Jeremy Soller's avatar Jeremy Soller Committed by GitHub
Browse files

Update README.md

parent cdcb2ead
No related branches found
No related tags found
No related merge requests found
...@@ -9,13 +9,16 @@ A collection of package recipes for Redox. ...@@ -9,13 +9,16 @@ A collection of package recipes for Redox.
### Ubuntu and other Debian based systems ### Ubuntu and other Debian based systems
To install the toolchain, run the following commands: To install the toolchain, run the following commands:
``` ```bash
# Get the Redox OS APT key # Get the Redox OS APT key
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AA12E97F0881517F sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AA12E97F0881517F
# Install the APT repository # Install the APT repository
sudo add-apt-repository 'deb https://static.redox-os.org/toolchain/apt /' sudo add-apt-repository 'deb https://static.redox-os.org/toolchain/apt /'
# Update your package lists # Update your package lists
sudo apt update sudo apt update
# Install the cross compiler # Install the cross compiler
sudo apt install x86-64-elf-redox-gcc sudo apt install x86-64-elf-redox-gcc
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment