From 1743f91ea636eb60027b8ddc5fce65c97d764ad4 Mon Sep 17 00:00:00 2001 From: stephengold Date: Sun, 17 Nov 2024 14:13:31 -0800 Subject: [PATCH] README.md: a couple tweaks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30003b4..71065c0 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ Open the project's properties in the IDE (JME SDK or NetBeans): + `git checkout -b latest 0.8.1` + using a web browser: + browse to [the latest release][latest] - + follow the "Source code (zip)" link + + follow the "Source code (zip)" link at the bottom of the page + save the ZIP file + extract the contents of the saved ZIP file + `cd` to the extracted directory/folder @@ -160,7 +160,7 @@ Open the project's properties in the IDE (JME SDK or NetBeans): + using Windows Command Prompt: `.\gradlew build` After a successful build, -Maven artifacts will be found in "WesLibrary/build/libs". +artifacts will be found in "WesLibrary/build/libs". You can install the artifacts to your local Maven repository: + using Bash or Fish or PowerShell or Zsh: `./gradlew install`