From 332abbcb8a37bf5430c0927b2109a04cc8ac0e93 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 27 Mar 2025 16:10:43 +0000 Subject: [PATCH] Note about windows shell --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e34511b86..c865c3b51 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ cd spring-petclinic java -jar target/*.jar ``` +(On Windows, or if your shell doesn't expand the glob, you might need to specify the JAR file name explicitly on the command line at the end there.) + You can then access the Petclinic at . petclinic-screenshot