Skip to content

Commit

Permalink
Merge pull request exercism#61 from ricemery/setup-md
Browse files Browse the repository at this point in the history
Add details to SETUP.md
  • Loading branch information
kytrinyx committed Mar 22, 2015
2 parents e4a52c7 + 093d649 commit f7ebd6d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions SETUP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
The Scala exercises assume an SBT project scheme. The exercise solution source
should be placed within the exercise directory/src/main/scala. The exercise
unit tests can be found within the exercise directory/src/test/scala.

To run the tests simply run the command `sbt test` in the exercise directory.

For more detailed info about the Scala track see the [help
page](http://help.exercism.io/getting-started-with-scala.html).

0 comments on commit f7ebd6d

Please sign in to comment.