diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 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 @@ -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. |