Skip to content

Commit

Permalink
README.md: more build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Mar 9, 2024
1 parent bb02700 commit f49b8e9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,13 @@ By default, physics objects are not visualized.
+ using Bash or Fish or PowerShell or Zsh: `./gradlew build`
+ using Windows Command Prompt: `.\gradlew build`

After a successful build,
Maven artifacts will be found in "lib/build/libs".

You can install the artifacts to your local Maven repository:
+ using Bash or Fish or PowerShell or Zsh: `./gradlew install`
+ using Windows Command Prompt: `.\gradlew install`

### Demos

Seven demo applications are included:
Expand Down

0 comments on commit f49b8e9

Please sign in to comment.