summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Thern <natethern@users.noreply.github.com>2023-05-16 12:47:29 -0500
committerGitHub <noreply@github.com>2023-05-16 12:47:29 -0500
commit1a41fa8f77f1520ce85d28056662f9d6b6609d11 (patch)
tree3feeb06643899abe8106c7d72cfcf558a2e9c1a2
parentd5643af2f344013f403bc4c97d6ead4e6c19af52 (diff)
a little help for haskell newbies
I'm writing a bash script that automatically reports on the differences between many different scheme implementations (e.g. "allows single-ended 'if' " - that kind of thing). Thus, I'm not looking to learn haskell, I just wanted to install and run huski & huskc. It took me a long time to figure out the "cabal install --lib ..." option was what I needed to get huskc working. I'm not invested in this patch, I just think this info will help other users like me.
-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: