diff --git a/README.md b/README.md index 90a1dc1ffeedd33a111c1cc197078012339ac268..ad8392a8284ce1c2ec2a013ce7b785d38f62de56 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,23 @@ You can execute the tests with scala-cli test . ``` +or + +```sh +scala test . +``` + +depending on how you have Scala(-CLI) instsalled + To test only a single challenge, say Challenge1 ```sh scala-cli test . --test-only '*.Challenge1Suite' ``` +or + +```sh +scala test . --test-only '*.Challenge1Suite' +``` +