summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-02-04 02:57:43 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-02-04 02:57:43 +0000
commit645d5d48b9f94bfb437bedba48f2ac167ee8ade7 (patch)
treece482af49f003549be8b76da21e38bc63ba21cb9 /INSTALL
parent012c569f06b004af17b58cfa88d190e8761cc4a5 (diff)
Tweaked INSTALL instructions.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1833 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 8 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index a0ad11431..51b5e4c01 100644
--- a/INSTALL
+++ b/INSTALL
@@ -20,6 +20,14 @@ the [cabal-install] build tool.
cabal install -fhighlighting pandoc
+ This procedure will install the released version of pandoc,
+ which will be downloaded automatically from HackageDB.
+ If you want to install a modified or development version
+ of pandoc instead, switch to the source directory and do
+ as above, but without the 'pandoc':
+
+ cabal install
+
3. Make sure the `$CABALDIR/bin` directory is in your path. You should
now be able to run `pandoc`: