about summary refs log tree commit diff stats
path: root/pages/gerbilscheme.md
blob: a775a8245f0b70fa778ecf735e0e0373e9cdd281 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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](/)