summaryrefslogtreecommitdiff
path: root/scratch
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-05-20 01:18:40 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2018-05-20 01:18:40 -0700
commit2699d0717ffa80099c49dacf009d547d54aecc8e (patch)
tree43280d98a9cafcf8a86762c8ccf0a1b36732c6ec /scratch
parented48bcdd96c3e465d76bac93591b53a54a3d9eb3 (diff)
downloadmill-2699d0717ffa80099c49dacf009d547d54aecc8e.tar.gz
mill-2699d0717ffa80099c49dacf009d547d54aecc8e.tar.bz2
mill-2699d0717ffa80099c49dacf009d547d54aecc8e.zip
- Update changelog in preparation for 0.2.1
- Clean up root `readme.md` to remove duplication with the `docs/` folder - Bump zinc version
Diffstat (limited to 'scratch')
-rw-r--r--scratch/readme.md15
1 files changed, 0 insertions, 15 deletions
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