aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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