aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBailey <github@monokro.me>2017-10-31 08:54:30 -0700
committerJoe Wilm <jwilm@users.noreply.github.com>2017-10-31 08:54:30 -0700
commitf68558e9dcce97e0d4d842a2d5b62e31e4124210 (patch)
treea751c7889cb4ed3648e11746815962682b61e29e
parent5b444375f22927c3661c331f3f37519940204bc0 (diff)
downloadalacritty-f68558e9dcce97e0d4d842a2d5b62e31e4124210.tar.gz
alacritty-f68558e9dcce97e0d4d842a2d5b62e31e4124210.zip
Link to FAQ when referencing it (#881)
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 33a6feb1..df31b80b 100644
--- a/README.md
+++ b/README.md
@@ -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