diff --git a/docs/User-Manual.md b/docs/User-Manual.md index 9edd2e4a..baf83e01 100644 --- a/docs/User-Manual.md +++ b/docs/User-Manual.md @@ -95,7 +95,13 @@ 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