We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c09e7 commit a2001afCopy full SHA for a2001af
README.md
@@ -73,7 +73,7 @@ As you can see `jpm` has created a `deps` directory and copied the JFigletFont l
73
We can now simply run the program like this (using Java 11 or newer):
74
75
```shell
76
-$ java -cp deps/* HelloWorld.java
+$ java -cp "deps/*" HelloWorld.java
77
_ _ _ _ __ __ _ _ _
78
| | | | ___| | | ___ \ \ / /__ _ __| | __| | |
79
| |_| |/ _ \ | |/ _ \ \ \ /\ / / _ \| '__| |/ _` | |
0 commit comments