Skip to content

Commit

Permalink
Merge branch 'master' of http://github.com/matyb/java-koans into noni…
Browse files Browse the repository at this point in the history
…nteractive
  • Loading branch information
matyb committed Apr 13, 2016
2 parents 2bc8a16 + 3e1d7bd commit 8629952
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@ https://github.com/matyb/java-koans/archive/master.zip
```cd <the directory you just unarchived>```
* Within it you'll find:
* *koans*: this directory contains the application and its lessons, it is all that is needed to advance through the koans themselves and **it can be distributed independently**
* *lib/koans-lib*: the directory for source code for the engine that executes the koans
* *lib/koans-tests*: the directory for tests to check the sanity of the application
* *lib/file-compiler*: the dynamic compiler module that loads newly saved java files into the JVM as classes
* *lib/file-monitor*: the file monitoring module for notifying the app when files are saved
* *lib/util*: application agnostic interfaces and utilities shared in projects
* *lib*: this directory contains the code the koans engine is comprised of and built with
* *gradle*: wrapper for build library used to build koans source, setup project files in eclipse/idea, run tests, etc. you probably don't need to touch anything in here
* Change directory to the koans directory: ```cd koans```
* If you are using windows enter: ```run.bat``` or ```./run.sh``` if you are using Mac or Linux.
* If you are using windows enter: ```run.bat``` or ```./run.sh``` if you are using Mac or Linux

Developing a Koan:
==================
Expand Down

0 comments on commit 8629952

Please sign in to comment.