mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Update README.md
Useless use of cat
This commit is contained in:
parent
b8ab5be917
commit
6d4f89bd63
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ will walk you through how to build from source on both macOS and Ubuntu.
|
|||
If you run into problems, you can try a known-good version of the compiler by running
|
||||
|
||||
```sh
|
||||
rustup override set $(cat rustc-version)
|
||||
rustup override set $(<rustc-version)
|
||||
```
|
||||
|
||||
#### Additional Linux Prerequisites
|
||||
|
|
Loading…
Reference in a new issue