Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 538 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 538 Bytes

mro

Utilities for GNU Guile

How to use

  1. If you have not set the GUILE_LOAD_PATH environment variable, you can do so by adding to your .bashrc the following
export GUILE_LOAD_PATH=/path/to/repo/parent/dir/:$GUILE_LOAD_PATH
  1. Clone the repository
git clone git://github.com/mrordinaire/mro.git /path/to/repo/parent/dir/mro
  1. Use the use-modules form to load the appropriate modules.
  2. Happy hacking!

Documentation

See here.