docs: dev correction

This commit is contained in:
Simon Michael 2011-08-20 19:18:24 +00:00
parent 06fc64ec12
commit 16e92d0ebb

View File

@ -97,8 +97,6 @@ reports
3. it's probably worth getting the latest and best cabal: `cabal update; cabal install cabal-install` 3. it's probably worth getting the latest and best cabal: `cabal update; cabal install cabal-install`
4. get an up-to-date [darcs](http://darcs.net), at least 2.x and preferably newer: use a binary package or `cabal install darcs` 4. get an up-to-date [darcs](http://darcs.net), at least 2.x and preferably newer: use a binary package or `cabal install darcs`
5. cd hledger/hledger-lib; cabal install --only-dep; cd ../hledger; cabal install --only-dep; cd ..; make
- get the hledger repo: - get the hledger repo:
darcs get --lazy http://joyful.com/repos/hledger darcs get --lazy http://joyful.com/repos/hledger
@ -109,9 +107,9 @@ reports
cabal update cabal update
make install make install
This will also try to cabal install the development version of the This will also try to cabal install development builds of the hledger
hledger packages, so ghc-pkg unregister those afterwards if you don't executables, so ghc-pkg unregister those afterwards if you don't want
want that. that.
- try building with make: - try building with make: