Improved INSTALL instructions.
This commit is contained in:
parent
333eafb886
commit
f45daf932c
1 changed files with 7 additions and 3 deletions
10
INSTALL
10
INSTALL
|
@ -24,10 +24,14 @@ Quick install
|
||||||
|
|
||||||
This procedure will install the released version of pandoc,
|
This procedure will install the released version of pandoc,
|
||||||
which will be downloaded automatically from HackageDB.
|
which will be downloaded automatically from HackageDB.
|
||||||
(Note: if this step fails, and you are using an older version
|
|
||||||
|
If this step fails, and you are using an older version
|
||||||
of the Haskell Platform, e.g. on Debian stable, you may need to
|
of the Haskell Platform, e.g. on Debian stable, you may need to
|
||||||
upgrade your version of cabal: `cabal install cabal-install`,
|
upgrade your version of cabal:
|
||||||
then try `cabal update && cabal install pandoc` again.)
|
|
||||||
|
cabal install cabal-install
|
||||||
|
~/.cabal/bin/cabal update
|
||||||
|
~/.cabal/bin/cabal install pandoc
|
||||||
|
|
||||||
If you want to install a modified or development version
|
If you want to install a modified or development version
|
||||||
of pandoc instead, switch to the source directory and do
|
of pandoc instead, switch to the source directory and do
|
||||||
|
|
Loading…
Reference in a new issue