diff --git a/docs/Install.md b/docs/Install.md index 0563716f..4413142c 100644 --- a/docs/Install.md +++ b/docs/Install.md @@ -11,7 +11,7 @@ The remainder of this document covers generating Hoogle databases, then searchin ## Generate a Hoogle database -There are several different use cases for generating databases. All ultimately take text files (usually with extension `.txt`) which are a list of functions and their types, along with information about type synonyms, instances etc. The textual database files can be generated by [Cabal](https://haskell.org/cabal/) with `cabal haddock --hoogle`. +There are several different use cases for generating databases. All ultimately take text files (usually with extension `.txt`) which are a list of functions and their types, along with information about type synonyms, instances etc. The textual database files can be generated by [Cabal](https://haskell.org/cabal/) with `cabal haddock --haddock-hoogle`. ### Index all of Stackage