summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Ethier <justin.ethier@gmail.com>2023-05-16 20:30:06 -0400
committerGitHub <noreply@github.com>2023-05-16 20:30:06 -0400
commit83ad01302721d42c429e57d7b90d637d23311b42 (patch)
tree3feeb06643899abe8106c7d72cfcf558a2e9c1a2
parentd5643af2f344013f403bc4c97d6ead4e6c19af52 (diff)
parent1a41fa8f77f1520ce85d28056662f9d6b6609d11 (diff)
Merge pull request #224 from natethern/patch-1
a little help for haskell newbies
-rw-r--r--README.markdown4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 09ee7ba0..926ce386 100644
--- a/README.markdown
+++ b/README.markdown
@@ -18,6 +18,10 @@ Installation
cabal update
cabal install husk-scheme
+If you are new to Haskell or just want to run Husk you may also need to run
+
+ cabal install --lib husk-scheme
+
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`.
4. Now you are ready to start up the interpreter: