You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+25-20Lines changed: 25 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -10,37 +10,42 @@ More information is available on the [husk website](http://justinethier.github.c
10
10
11
11
Installation
12
12
------------
13
-
The [Glasgow Haskell Compiler](http://www.haskell.org/ghc/) (GHC) is required to build, install, and run Husk. All recent versions of GHC are supported, including 7.0, 7.2, 7.4, and 7.6. The easiest way to get GHC is via the [Haskell Platform](http://hackage.haskell.org/platform/).
14
13
15
-
Husk may be installed using [cabal](http://www.haskell.org/cabal/):
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.
16
15
17
-
cabal update
18
-
cabal install husk-scheme
16
+
2. <b>Install Husk</b> using [cabal](http://www.haskell.org/cabal/):
19
17
20
-
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:
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:
Husk has been tested on Windows, Linux, and FreeBSD.
40
41
41
42
Documentation
42
43
-------------
43
-
The online [user manual](http://justinethier.github.io/husk-scheme/manual/index.html) provides an overview of the Scheme language as implemented by Husk, instructions for using the Haskell API, an alphabetical index of Scheme functions, and more.
44
+
The online [user manual](http://justinethier.github.io/husk-scheme/manual/index.html) provides an overview of the Scheme language as implemented by Husk, including:
45
+
46
+
- A [getting started](http://justinethier.github.io/husk-scheme/manual/getting-started.html) guide.
47
+
-[Instructions](http://justinethier.github.io/husk-scheme/manual/haskell-interface.html) for using the [Haskell API](http://hackage.haskell.org/package/husk-scheme)
48
+
- An alphabetical listing of the [Scheme API](http://justinethier.github.io/husk-scheme/manual/node106.html).
0 commit comments