From e6296278054d4f150dfaea760488684c4cd70a85 Mon Sep 17 00:00:00 2001 From: Michel Boaventura Date: Sun, 13 Aug 2017 14:39:04 -0300 Subject: [PATCH] Update README The toolchain now is called ``x86_64-unknown-redox`` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56b838c..ec19e21 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ The ecosystem and software Redox OS provides is listed below. Sometimes things go wrong when compiling. Try the following before opening an issue: -1. Make sure you have a redox toolchain (`x86_64-elf-redox-gcc`). +1. Make sure you have a redox toolchain (`x86_64-unknown-redox-gcc`). * You can install from .deb packages(`https://static.redox-os.org/toolchain/apt/`) or build [redox-os/libc](https://github.com/redox-os/libc) manually. 1. Run `rustup update` 1. Run `make clean pull`.