diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installation.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index 5cb3e93a2..5568918d1 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -11,8 +11,8 @@ Requirements These are the base requirements and enough for most (desktop) use. * Go 1.11+ - * LLVM dependencies, see the Software section in the - [LLVM build guide](https://llvm.org/docs/GettingStarted.html#software) + * LLVM dependencies, see the Software section in the `LLVM build guide + <https://llvm.org/docs/GettingStarted.html#software>`_. Linking a binary needs an installed C compiler (``cc``). At the moment it expects GCC or a recent Clang. |