Skip to content

Commit a2001af

Browse files
authored
docs: minor improvement to README
Added quotes to java invocation example to make sure things keep working when multiple dependencies are installed
1 parent 14c09e7 commit a2001af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ As you can see `jpm` has created a `deps` directory and copied the JFigletFont l
7373
We can now simply run the program like this (using Java 11 or newer):
7474
7575
```shell
76-
$ java -cp deps/* HelloWorld.java
76+
$ java -cp "deps/*" HelloWorld.java
7777
_ _ _ _ __ __ _ _ _
7878
| | | | ___| | | ___ \ \ / /__ _ __| | __| | |
7979
| |_| |/ _ \ | |/ _ \ \ \ /\ / / _ \| '__| |/ _` | |

0 commit comments

Comments
 (0)