aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2022-06-14 18:15:40 +0200
committerTom Smeding <tom@tomsmeding.com>2022-06-14 18:15:40 +0200
commit30e9ed96f3a7683f6a23e689f666ef4a8948e3be (patch)
treee990949f5ab634cacb23ebbb74c2e9667e2640f9 /README.md
Initial
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..56d185d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+# yahb2
+
+Dumb minimal reimagining of `yahb` operated by `mniip` in `#haskell` on
+libera.chat: ghci in your IRC channel. Too much stuff is hardcoded currently.
+
+Run `bwrap-files/make-chroot.sh` to initialise the chroot that ghci is started
+in. Make sure that you have a working `ghcup` installation on the host with a
+GHC installed; the started container just uses the `ghci` from the host `ghcup`
+installation.