summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2017-02-02 20:50:48 -0800
committerJoe Wilm <jwilm@users.noreply.github.com>2017-02-03 08:11:19 -0800
commitf2f750f9f3688e20d44bf43e6c0f568cf86edaa5 (patch)
tree176fa38cfe17e3b63e0df0dc3f9a14ce0db0d510 /README.md
parent875167a51006944da1a397fd0131b9aa69bf9a02 (diff)
Alacritty now compiles on stable Rust :tada:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 3 insertions, 8 deletions
diff --git a/README.md b/README.md
index 1b5de7b9..dd15302b 100644
--- a/README.md
+++ b/README.md
@@ -55,16 +55,11 @@ makepkg -isr
cd alacritty
```
-3. Make sure you have the right Rust compiler installed. Alacritty requires nightly Rust. Run
+3. Make sure you have the right Rust compiler installed. Alacritty requires at least 1.15. 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 $(<rustc-version)
+ rustup override set stable
+ rustup update stable
```
#### Ubuntu