Skip to content

Commit

Permalink
Fix Readme Test Command Line (#4083)
Browse files Browse the repository at this point in the history
Adapt the command lines to the updated examples
  • Loading branch information
gamlerhart authored Dec 6, 2024
1 parent b525595 commit 3f504c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,14 @@ You can reproduce any of the tests manually using `dist.run`, e.g.

[source,bash]
----
./mill dist.run example/basic/1-simple run --text hello
./mill dist.run example/javalib/basic/1-simple foo.run --text hello
----

**Manual Test using Launcher Script**

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

=== Sub-Process Tests *with* Packaging/Publishing
Expand Down

0 comments on commit 3f504c0

Please sign in to comment.