From 2d84a0073b2aeffff891f01c0e09086aa4f58e12 Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Sun, 21 Apr 2019 08:34:06 +0530 Subject: [PATCH] Change 'build-docs' to 'build-doc' in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ebb74018b..e349e6352 100644 --- a/README.md +++ b/README.md @@ -202,14 +202,14 @@ Install **Nightly** (and hoogle docs): ```bash stack ./install.hs hie-8.6.4 -stack ./install.hs build-docs +stack ./install.hs build-doc ``` Install **LTS** (and hoogle docs): ```bash stack ./install.hs hie-8.4.4 -stack ./install.hs build-docs +stack ./install.hs build-doc ``` The Haskell IDE Engine can also be built with `cabal new-build` instead of `stack build`. @@ -218,7 +218,7 @@ However, this approach does currently not work for windows due to a missing feat To see what GHC versions are available, the command `stack install.hs cabal-ghcs` can be used. It will list all GHC versions that are on the path and their respective installation directory. If you think, this list is incomplete, you can try to modify the PATH variable, such that the executables can be found. -Note, that the targets `cabal-build`, `cabal-build-docs` and `cabal-build-all` depend on the found GHC versions. +Note, that the targets `cabal-build`, `cabal-build-doc` and `cabal-build-all` depend on the found GHC versions. They install Haskell IDE Engine only for the found GHC versions. An example output is: @@ -237,7 +237,7 @@ If your desired ghc has been found, you use it to install Haskell IDE Engine. ```bash stack install.hs cabal-hie-8.4.4 -stack install.hs cabal-build-docs +stack install.hs cabal-build-doc ``` To install HIE for all GHC versions that are present on your system, use: