Make clearing the screen the default

This commit is contained in:
Felipe Sere
2016-05-15 18:33:59 +02:00
parent cee05dbfd6
commit 0b508d490d
3 changed files with 8 additions and 8 deletions

View File

@@ -32,10 +32,10 @@ You should see the first failure. Open the corresponding file in your favourite
and fill in the blanks to make the koans pass one by one.
The autorunner will give you feedback each time you save.
To make the autorunner less noisy, you can start the koans with
If you want the autorunner to show you your previous results, run it with `--no-clear-screen`
```sh
$ mix meditate --clear-screen
$ mix meditate --no-clear-screen
```
### Contributing