diff options
author | Brian Leung <bkleung89@gmail.com> | 2018-08-21 20:37:15 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-08-21 20:37:15 -0700 |
commit | 5823031796922f14ce9bbc913c8b453a66563ff5 (patch) | |
tree | 56bbe5c7634c50986d7c88b48f09fceb55bade20 | |
parent | a733068ebf4b9dea2769c5698a4d46e6e5918bf1 (diff) | |
download | pandoc-5823031796922f14ce9bbc913c8b453a66563ff5.tar.gz |
Fix mistake in REPL instructions for stack. (#4849)
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9f10ca2ec..084ab2b59 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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): |