mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-03 04:34:21 -05:00
Change README.md to reflect the current compiler situation
This commit is contained in:
parent
852c2d8f15
commit
8300869b98
1 changed files with 7 additions and 3 deletions
10
README.md
10
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)
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue