From 96bf2e43ad6ba603d94cfc4c329d60c1983826dc Mon Sep 17 00:00:00 2001 From: monksy Date: Tue, 14 Oct 2025 01:56:56 -0500 Subject: [PATCH] Updating the command for versions after 0.12. The interactive flag needs to be raised. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39f99c9..99be96c 100644 --- a/README.md +++ b/README.md @@ -14,5 +14,5 @@ g8 com-lihaoyi/mill-scala-hello.g8 _Usage with Mill_ ```sh -mill init com-lihaoyi/mill-scala-hello.g8 +mill -i init com-lihaoyi/mill-scala-hello.g8 ```