Link to FAQ when referencing it (#881)

This commit is contained in:
Bailey 2017-10-31 08:54:30 -07:00 committed by Joe Wilm
parent 5b444375f2
commit f68558e9dc
1 changed files with 2 additions and 1 deletions

View File

@ -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