eolivelli commented on a change in pull request #10487: URL: https://github.com/apache/pulsar/pull/10487#discussion_r627108884
########## File path: README.md ########## @@ -93,32 +93,32 @@ Requirements: Compile and install: ```bash -$ mvn install -DskipTests +$ ./mvnw install -DskipTests Review comment: you can still use class "mvn" command. you are not forced to use mvnw. IIRC on Windows when you have "mvnw.cmd" you can use "mvnw" as command, like for .bat files so the usage is the same on Linux/Mac/Windows, it is always "./mvnw". (probably on windows you can also omit './') -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org