From ea79045fe1c29c994aea1eb5c20f3e61d60964ac Mon Sep 17 00:00:00 2001 From: Naftoli Gugenheim <98384+nafg@users.noreply.github.com> Date: Sun, 27 Oct 2024 16:32:17 -0400 Subject: [PATCH] readme.adoc: Restore `rm` command in bash snippet (#3853) Pull Request: https://github.com/com-lihaoyi/mill/pull/3853 --- readme.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.adoc b/readme.adoc index 93a366d9a67..e8975b4fd46 100644 --- a/readme.adoc +++ b/readme.adoc @@ -226,7 +226,7 @@ In case of troubles with caching and/or incremental compilation, you can always [source,bash] ---- -os.remove.all -rf out/ +rm -rf out/ ---- == Project Layout