From 2699d0717ffa80099c49dacf009d547d54aecc8e Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sun, 20 May 2018 01:18:40 -0700 Subject: - Update changelog in preparation for 0.2.1 - Clean up root `readme.md` to remove duplication with the `docs/` folder - Bump zinc version --- scratch/readme.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 scratch/readme.md (limited to 'scratch/readme.md') diff --git a/scratch/readme.md b/scratch/readme.md deleted file mode 100644 index 6f6ffef8..00000000 --- a/scratch/readme.md +++ /dev/null @@ -1,15 +0,0 @@ -Scratch folder for testing out the local checkout of Mill on ad-hoc builds. - -To run the current checkout of Mill on the build in the scratch folder, use: - -``` -mill -i dev.run scratch -w show thingy -``` - -If you want to avoid having the bootstrap Mill process running while your -locally compiled Mill process is running on the build within `scratch` (e.g. to -simplify debugging) you can use: - -``` -mill -i dev.launcher && (cd scratch && ../out/dev/launcher/dest/run -w show thingy) -``` \ No newline at end of file -- cgit v1.2.3