diff options
author | Colin King <richard.colin.king@gmail.com> | 2017-12-09 17:53:22 -0800 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-12-22 14:09:09 -0800 |
commit | 1b1d1d6c1f1ac11efc02431281145d714d9b0adc (patch) | |
tree | 5897b74743575f699a695c7b61ca9a1936976daa | |
parent | f09b9ce8064b3e11a655072c1e0c5a00e7a4129a (diff) | |
download | alacritty-1b1d1d6c1f1ac11efc02431281145d714d9b0adc.tar.gz alacritty-1b1d1d6c1f1ac11efc02431281145d714d9b0adc.zip |
Update README.md for current state of macOS
Homebrew Rust will correctly compile `alacritty` now, and the monospace
font is automatically set to `Menlo` at first launch.
-rw-r--r-- | README.md | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -63,9 +63,6 @@ xbps-install alacritty 1. Alacritty requires the most recent stable Rust compiler; it can be installed with `rustup`. - Note: **DO NOT** use the Homebrew Rust compiler on macOS (see [FAQ][faq] for - explanation). - #### Installing Rust compiler with `rustup` 1. Install [`rustup.rs`](https://rustup.rs/). @@ -214,8 +211,7 @@ cargo build --release If all goes well, this should place a binary at `target/release/alacritty`. **BEFORE YOU RUN IT:** Install the config file as described below; otherwise, -many things (such as arrow keys) will not work. If you're on macOS, you'll need -to change the `monospace` font family to something like `Menlo`. +many things (such as arrow keys) will not work. ### Desktop Entry @@ -266,9 +262,6 @@ Just Works. ## FAQ -- _proc-macro derive panicked during macOS build; what's wrong?_ There's an - issue with the Rust compiler from Homebrew. Please follow the instructions - and use `rustup`. - _Is it really the fastest terminal emulator?_ In the terminals I've benchmarked against, alacritty is either faster, WAY faster, or at least neutral. There are no benchmarks in which I've found Alacritty to be slower. |