2022-03-11 19:28:46 +00:00
..
2022-03-11 19:28:46 +00:00
2022-03-11 19:28:46 +00:00

+-------------------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-------------------------------------------------------------------------------

Configuration
=============

Gerbil scheme expects that GERBIL_HOME environment variable is set and
binaries exists in users PATH.  In order to do this, you need to set
following in your shell profile after installing Gerbil:

 GERBIL_HOME=${PREFIX}/gerbil
 PATH=$PATH:$GERBIL_HOME/bin
 export GERBIL_HOME PATH