diff --git a/docs/src/index.md b/docs/src/index.md
index 5c3211c15cca8b8fc80db8b5783a1ca1071741c2..360001b5555b3998511d5e7f6b86e12fb93a2f3f 100644
--- a/docs/src/index.md
+++ b/docs/src/index.md
@@ -21,7 +21,7 @@ Rather than just directly running the sequences from this library on the scanner
 
 ## Installation
 It can be run from the command line using the Julia REPL, from a Julia script, or in a [Jupyter notebook](https://jupyter.org).
-Like any Julia package, Julia can be installed using the built-in Julia package manager
+Like any Julia package, Julia can be installed using the built-in [Julia package manager](https://pkgdocs.julialang.org/v1/):
 ```
 pkg> add https://git.fmrib.ox.ac.uk/ndcn0236/mribuilder.jl.git
 ```