Skip to content

Commit

Permalink
* readme.textile: beginning to flesh out readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Feb 18, 2010
1 parent f34a52a commit 884cae6
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion readme.textile
@@ -1,3 +1,19 @@
h1. Running the Tutorials

You need to have installed Leiningen 1.1.0. Once you've done that you can run the following if you're using Emacs/SLIME or Enclojure:

<pre class="console">
lein deps
lein native-deps
lein swank
</pre>

You can then connect to this REPL.

h1. Tricks

If you pass a display-proxy function to your app you can interact with the tutorials without having to restar the application completely.

h1. Trouble Shooting

The signatures of your methods are *really* important.
Expand All @@ -7,4 +23,6 @@ The signatures of your methods are *really* important.

It also important that if you use app/start that you pass in a map for the state.

(app/start callback state)
(app/start callback-map {})

If you don't your program will crash immediately.

0 comments on commit 884cae6

Please sign in to comment.