From 8300869b98bd02654de1df6d9f76da29ce5e58a4 Mon Sep 17 00:00:00 2001 From: Josh Leverette Date: Sat, 7 Jan 2017 10:41:21 -0500 Subject: Change README.md to reflect the current compiler situation --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 269c3d61..9d415c46 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,14 @@ will walk you through how to build from source on both macOS and Ubuntu. cd alacritty ``` -3. Make sure you have the right Rust compiler installed. Alacritty is currently - pinned to a certain Rust nightly, and the compiler/nightly dependencies are - updated as needed. To install the correct compiler, run: +3. Make sure you have the right Rust compiler installed. Alacritty requires nightly Rust. Run + ```sh + rustup override set nightly + ``` + + If you run into problems, you can try a known-good version of the compiler by running + ```sh rustup override set $(cat rustc-version) ``` -- cgit v1.2.3