diff --git a/doc/faq.md b/doc/faq.md index 0221d8f053..1a2011cb96 100644 --- a/doc/faq.md +++ b/doc/faq.md @@ -93,7 +93,7 @@ $ stack exec -- cabal exec -- cabal However, virtually all `cabal` commands have an equivalent in stack, so this should not be necessary. In particular, `cabal` users may be accustomed to the `cabal run` command. In stack: ``` $ stack build && stack exec -```` +``` Or, if you want to install the binaries in a shared location: ``` $ stack install