diff options
author | Bailey <github@monokro.me> | 2017-10-31 08:54:30 -0700 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-10-31 08:54:30 -0700 |
commit | f68558e9dcce97e0d4d842a2d5b62e31e4124210 (patch) | |
tree | a751c7889cb4ed3648e11746815962682b61e29e | |
parent | 5b444375f22927c3661c331f3f37519940204bc0 (diff) | |
download | alacritty-f68558e9dcce97e0d4d842a2d5b62e31e4124210.tar.gz alacritty-f68558e9dcce97e0d4d842a2d5b62e31e4124210.zip |
Link to FAQ when referencing it (#881)
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -57,7 +57,7 @@ makepkg -isr 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 for + Note: **DO NOT** use the Homebrew Rust compiler on macOS (see [FAQ][faq] for explanation). #### Installing Rust compiler with `rustup` @@ -304,5 +304,6 @@ the [Wayland meta issue] on the _winit_ project to see how you may contribute. Alacritty is released under the [Apache License, Version 2.0]. [Apache License, Version 2.0]: https://github.com/jwilm/alacritty/blob/readme/LICENSE-APACHE +[faq]: https://github.com/jwilm/alacritty#faq [tmux]: https://github.com/tmux/tmux [Wayland meta issue]: https://github.com/tomaka/winit/issues/306 |