Skip to content

Commit ddfe37e

Browse files
committed
Revised installation
1 parent 2f79c7f commit ddfe37e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ More information is available on the [husk website](http://justinethier.github.c
1111
Installation
1212
------------
1313

14-
1. <b>Install prerequisites</b>: You will need the [Haskell Platform](http://hackage.haskell.org/platform/), if you don't already have a recent copy installed.
14+
1. <b>Prerequisites</b>: You will need the [Haskell Platform](http://hackage.haskell.org/platform/) if you don't already have a recent copy installed.
1515

1616
2. <b>Install Husk</b> using [cabal](http://www.haskell.org/cabal/):
1717

1818
cabal update
1919
cabal install husk-scheme
2020

21-
3. <b>Adjust your PATH</b>: Before running Husk you may also need to add the cabal executable directory to your path. On Linux this is `~/.cabal/bin`. Now you are ready to start up the interpreter:
21+
3. <b>Adjust your PATH</b>: Before running Husk you may also need to add the cabal executable directory to your path. On Linux this is `~/.cabal/bin`.
22+
23+
4. Now you are ready to start up the interpreter:
2224

2325
justin@my-pc$ huski
2426
_ _ __ _

0 commit comments

Comments
 (0)