Fix mistake in REPL instructions for stack. (#4849)
This commit is contained in:
parent
a733068ebf
commit
5823031796
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ Using the REPL
|
|||
|
||||
With a recent version of cabal, you can do `cabal repl` and get
|
||||
a ghci REPL for working with pandoc. With [stack], use
|
||||
`cabal ghci`.
|
||||
`stack ghci`.
|
||||
|
||||
We recommend using the following `.ghci` file (which can be
|
||||
placed in the source directory):
|
||||
|
|
Loading…
Add table
Reference in a new issue