Skip to content

Commit fca05e3

Browse files
authored
clarify running my-program in Quick Start
1 parent f054c37 commit fca05e3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ are not ready to migrate to `parse-opts`.
7171

7272
Execute the command line:
7373

74-
my-program -vvvp8080 foo --help --invalid-opt
74+
clojure -M -m my.program -vvvp8080 foo --help --invalid-opt
75+
76+
(or use `lein run` or however you run your program instead of `clojure -M -m my.program`)
7577

7678
to produce the map:
7779

0 commit comments

Comments
 (0)