page on gerbil-scheme setup

This commit is contained in:
gbmor 2020-05-12 16:11:58 -04:00
parent 0eaca705e5
commit b17dad2135
1 changed files with 16 additions and 0 deletions

16
pages/gerbilscheme.md Normal file
View File

@ -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](/)