aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4683b35a..0fea0075 100644
--- a/README.md
+++ b/README.md
@@ -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
@@ -74,6 +74,7 @@ apt-get install cmake libfreetype6-dev libfontconfig1-dev xclip
On Arch Linux, you need a few extra libraries to build Alacritty. Here's a
`pacman` command that should install all of them. If something is still found
to be missing, please open an issue.
+
```sh
pacman -S cmake freetype2 fontconfig xclip
```
@@ -176,7 +177,7 @@ Just Works.
`env WAYLAND_DISPLAY= alacritty`
- _When will Windows support be available?_ When someone has time to work on it.
Contributors would be welcomed :).
-- _My arrow keys don't work_ It sounds like you deleted some key bindings from
+- _My arrow keys don't work_. It sounds like you deleted some key bindings from
your config file. Please reference the default config file to restore them.