Skip to content

Commit 3f504c0

Browse files
authored
Fix Readme Test Command Line (#4083)
Adapt the command lines to the updated examples
1 parent b525595 commit 3f504c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,14 +158,14 @@ You can reproduce any of the tests manually using `dist.run`, e.g.
158158

159159
[source,bash]
160160
----
161-
./mill dist.run example/basic/1-simple run --text hello
161+
./mill dist.run example/javalib/basic/1-simple foo.run --text hello
162162
----
163163

164164
**Manual Test using Launcher Script**
165165

166166
[source,bash]
167167
----
168-
./mill dist.launcher && (cd example/javalib/basic/1-simple && ../../../../out/dist/launcher.dest/run run --text hello)
168+
./mill dist.launcher && (cd example/javalib/basic/1-simple && ../../../../out/dist/launcher.dest/run foo.run --text hello)
169169
----
170170

171171
=== Sub-Process Tests *with* Packaging/Publishing

0 commit comments

Comments
 (0)