Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 771 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 771 Bytes

#Java Koans Build Status

Quick Start

  • Download and unarchive the contents of the most recent java-koans in development from: https://github.com/matyb/java-koans/archive/master.zip
  • Open a console (termina) and cd to the directory you unarchived: cd <the directory you just unarchived>
  • Change directory to the koans directory: cd koans
  • To export koans to run below command and open in IDE:
    • IDEA IntelliJ: ./gradlew idea (WINDOWS: gradlew.bat idea)
    • Eclipse ./gradlew eclipse (WINDOWS: gradlew.bat eclipse)
  • Back to the console and run ./run.sh (WINDOWS: run.bat)
  • Follow the instructions and start hacking