From 79c3137c1b03bce15bac09afa205b5f73fd07fff Mon Sep 17 00:00:00 2001 From: Tommie Levy Date: Sat, 20 Oct 2018 22:31:16 -0700 Subject: [PATCH] Remove out of date reference to external toolchain --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index b8c5f67..0f920db 100644 --- a/README.md +++ b/README.md @@ -77,8 +77,6 @@ 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-unknown-redox-gcc`). - * You can install from .deb packages (`https://static.redox-os.org/toolchain/apt/`) or build [redox-os/libc](https://gitlab.redox-os.org/redox-os/libc) manually. 1. Run `rustup update` 1. Run `make clean pull`. 1. Make sure you have **the latest version of Rust nightly!** ([rustup.rs](https://www.rustup.rs) is recommended for managing Rust versions. If you already have it, run `rustup`).