[commit: packages/binary] ghc-head: Minor fixes to the README. (e17fa33)

git at git.haskell.org git at git.haskell.org
Fri Aug 30 15:20:39 CEST 2013


Repository : ssh://git@git.haskell.org/binary

On branch  : ghc-head
Link       : http://git.haskell.org/?p=packages/binary.git;a=commit;h=e17fa33419c04be6077ec16cf9c722340397c0e1

>---------------------------------------------------------------

commit e17fa33419c04be6077ec16cf9c722340397c0e1
Author: Lennart Kolmodin <kolmodin at gmail.com>
Date:   Wed Apr 17 09:47:25 2013 +0400

    Minor fixes to the README.


>---------------------------------------------------------------

e17fa33419c04be6077ec16cf9c722340397c0e1
 README.md |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index d33e42f..dd29fb8 100644
--- a/README.md
+++ b/README.md
@@ -10,18 +10,21 @@ The ``binary`` package is portable to GHC and Hugs.
 
 ## Building binary ##
 
-To build binary you can run the following commands in the binary package folder.
+To build binary you can run the following commands in the binary package
+folder.
 
     $ runhaskell Setup.lhs configure
     $ runhaskell Setup.lhs build
     $ runhaskell Setup.lhs install
 
-If you have cabal installed you can also install the ``binary`` package using it.
+If you have ``cabal-install`` installed you can also install the ``binary``
+package using it.
 
+    $ cabal update
     $ cabal install binary
 
-If you have your cabal package database updated, it will download and install the last
-version of ``binary`` released on Hackage.
+These commands will update your cabal database and install the latest version
+of ``binary`` released on Hackage.
 
 ## Using binary ##
 





More information about the ghc-commits mailing list