about summary refs log tree commit diff stats
path: root/pages/gerbilscheme.md
diff options
context:
space:
mode:
Diffstat (limited to 'pages/gerbilscheme.md')
-rw-r--r--pages/gerbilscheme.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/pages/gerbilscheme.md b/pages/gerbilscheme.md
new file mode 100644
index 0000000..a775a82
--- /dev/null
+++ b/pages/gerbilscheme.md
@@ -0,0 +1,16 @@
+<!--
+title: Gerbil Scheme
+description: Getting your environment set up to use Gerbil Scheme
+author: gbmor
+-->
+
+# Gerbil Scheme Setup
+
+You'll need to set `GERBIL_HOME` and modify your `PATH`.
+```
+export GERBIL_HOME=/usr/local/gerbil
+export PATH=$PATH:$GERBIL_HOME/bin
+```
+Here's the [official introduction](https://cons.io/guide/intro.html) to the Gerbil Scheme dialect.
+
+[back](/)