Update README.md

This commit is contained in:
Jeremy Soller 2017-08-07 20:41:32 -06:00 committed by GitHub
parent 88ddff174f
commit d21c8cc3d4

View File

@ -20,5 +20,5 @@ sudo add-apt-repository 'deb https://static.redox-os.org/toolchain/apt /'
sudo apt update
# Install the cross compiler
sudo apt install x86-64-elf-redox-gcc
sudo apt install x86-64-unknown-redox-gcc
```