diff --git a/src/Turtle/Tutorial.hs b/src/Turtle/Tutorial.hs index b01809c..7f9fff9 100644 --- a/src/Turtle/Tutorial.hs +++ b/src/Turtle/Tutorial.hs @@ -33,6 +33,14 @@ > $ stack install turtle + The first two lines of each script below contain boilerplate instructions + so that `stack` will load and run the script. This helps ensure that a + script will run on any computer that has a `stack` executable, as `stack` + can install a Haskell compiler if one is not already present. + If you are curious about how these two lines work, they are described here: + + + -} module Turtle.Tutorial (