1
0
Fork 0
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:
lukaslueg 2017-01-07 19:04:22 +01:00 committed by GitHub
parent b8ab5be917
commit 6d4f89bd63

View file

@ -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