Skip to content

Commit

Permalink
Clarified reloading instructions in the quickstart.
Browse files Browse the repository at this point in the history
  • Loading branch information
mightybyte committed May 15, 2012
1 parent a53cc1b commit 6a72e2f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions snaplets/heist/templates/docs/quickstart.md
Expand Up @@ -35,9 +35,13 @@ $ myproject -p 8000
~~~~~~

Now point your web browser to [http://localhost:8000/](http://localhost:8000/);
you should see a simple response string. To activate dynamic recompilation in
your project, first build snap with "cabal install snap -fhint" and then
rebuild your application with "cabal clean; cabal install -fdevelopment".
you should see a simple response string.

To activate dynamic recompilation in your project, first build snap with
"cabal install snap -fhint" and then rebuild your application with "cabal
clean; cabal install -fdevelopment". This won't work with the barebones
project that we created above. You have to create your project with "snap
init" instead.

For more information, continue on to the [Snap API
tutorial](tutorials/snap-api) or take a look at the [Snap
Expand Down

0 comments on commit 6a72e2f

Please sign in to comment.