From 6e95df7be6dd29680f983db07a057fc2f34f81f6 Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Fri, 10 Dec 2021 14:39:30 -0500 Subject: [PATCH] Add a readme --- README.mkd | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.mkd diff --git a/README.mkd b/README.mkd new file mode 100644 index 0000000..2ac064a --- /dev/null +++ b/README.mkd @@ -0,0 +1,8 @@ +# iserv-proxy + +This is a small shim for running GHC `iserv` interpreters across a network. +See the Cabal file for full documentation. + +## Usage + +See `local-example.sh` for a sense of how to use this. -- GitLab