diff --git a/docs/User-Manual.md b/docs/User-Manual.md index 215e1b68..66dadbe5 100644 --- a/docs/User-Manual.md +++ b/docs/User-Manual.md @@ -98,7 +98,14 @@ and should be located in the file scheme/cyclone/util.sld -Cyclone will not automatically generate libraries when compiling a program. Each library will need to be built separately prior to building the program. +Cyclone will not automatically generate libraries when compiling a program. Each library will need to be built separately prior to building the program. For example: + + $ cd cyclone/examples/game-of-life + $ cyclone example/grid.sld + $ cyclone example/life.sld + $ cyclone life.scm + $ ./life + ## Command Line Options