Tweaked INSTALL instructions.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1833 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
012c569f06
commit
645d5d48b9
1 changed files with 8 additions and 0 deletions
8
INSTALL
8
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`:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue