@@ -32,17 +32,18 @@ functionality of readline (command-line history, for example).
3232
3333### Installing dependencies
3434
35- Dependencies are installed automatically with lein 2, but if you are still
36- using lein 1 run
35+ Dependencies are installed automatically with lein 2, but if for some reason
36+ you're on lein 1 and can't upgrade, you'll need to run
3737
3838` lein deps `
3939
4040which will download all dependencies you need to run the Clojure koans.
4141
42+ I strongly recommend that you upgrade to lein 2 instead!
4243
4344### Running the Koans
4445
45- If you're running from the zipfile or using lein 1 , simply run
46+ If you're running from the zipfile, simply run
4647
4748` script/run ` on Mac/\* nix
4849
@@ -116,13 +117,17 @@ You can exit the REPL with `CTRL-d` on any OS.
116117### Contributing
117118
118119Patches are encouraged! Make sure the answer sheet still passes
119- (` script/test ` , or ` script\test ` on Windows, or ` lein koan test ` on lein2), and
120- send a pull request.
120+ (` lein koan test ` ), and send a pull request.
121121
122122The file ideaboard.txt has lots of good ideas for new koans to start, or things
123123to add to existing koans. So write some fun exercises, add your answers to
124124` resources/koans.clj ` , and we'll get them in there!
125125
126+ Please follow the guidelines in
127+ http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html for
128+ commmit messages, and put your code in a feature branch (not master) before
129+ making the pull request. This makes patches easier to review.
130+
126131Feel free to contact me (Colin Jones / trptcolin) on Github or elsewhere if you
127132have any questions or want more direction before you start pitching in.
128133
0 commit comments