Skip to content

Commit

Permalink
Merge pull request commercialhaskell#2142 from sgraf812/patch-1
Browse files Browse the repository at this point in the history
One back tick too much
  • Loading branch information
sjakobi committed May 15, 2016
2 parents fa005a9 + 539d0fc commit 79673e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ $ stack exec -- cabal exec -- cabal <command>
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 <program-name>
````
```
Or, if you want to install the binaries in a shared location:
```
$ stack install
Expand Down

0 comments on commit 79673e7

Please sign in to comment.