From bf9648c08fc8fc0c50f46ff4147d6bfe7f432bcf Mon Sep 17 00:00:00 2001 From: Anatolii Kmetiuk Date: Tue, 23 Jul 2019 18:01:09 +0200 Subject: Fix the `dev.run` command documentation in README (#655) --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 2e165ab9..339eb9e0 100644 --- a/readme.md +++ b/readme.md @@ -63,10 +63,10 @@ To run test suites: To manually test Mill on a small build, you can use the `scratch` folder: ```bash -./mill -i dev.run scratch -w show thingy +./mill -i dev.run scratch -w resolve _ ``` -This runs your current checkout of Mill on the trivial build defined in +This runs the task `resolve _` with your current checkout of Mill on the trivial build defined in `scratch/build.sc`. You can modify that build file to add additional modules, files, etc. and see how it behaves. -- cgit v1.2.3