diff --git a/README.mkd b/README.mkd index 2815732..7935550 100644 --- a/README.mkd +++ b/README.mkd @@ -24,8 +24,15 @@ time, so make yourself a cup of tea and be proud of yourself to get this far :) # Development -Sure, you want to make some changes on the code. It's clojure, it will be fun. +You want to make some changes on the codebase? Sure you will, it's clojure! The server is allready online and serving html pages. If you making changes on -the code, the browser automatically reload the page after every code change. If -you want to reload the code in the repl after making some changes, use -`:reload-all` in addition to the `use` function. +the code, the browser automatically reload the page after every code change and +the repl reloads the code after saving. This is verry handy if you like interactive +development. If you in doubt of a good editor, use emacs with the clojure-mode +and cider-mode. Use `M-x cider-jack-in` to run the repl from the editor. + + +# Authors + +We are two brothers having fun with games in our rare sparetime. We put the +stuff we do and made on http://arg-games.com/ eventually :)