diff --git a/docs/installation.md b/docs/installation.md index b3f8270288..9511d3d010 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -26,7 +26,7 @@ More information here: ## Installation from source -Direct installation from source, while possible via `cabal install haskell-language-server` +Direct installation from source, while possible via `cabal install exe:haskell-language-server` and `stack install --stack-yaml stack-.yaml`, is not recommended for most people. Said command builds the `haskell-language-server` binary and installs it in the default `cabal` binaries folder, but the binary will only work with projects that use the same GHC version that built it.