Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
divios committed Feb 1, 2022
2 parents fd748f4 + a994d87 commit 7fd1f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,15 @@ Maven:
<scope>provided</scope>
</dependency>
```
Replace `Tag` with a release tag for jParser. Example: `1.5`. You can also use `master` as the tag to get the latest version, though you will have to clear your maven caches in order to update it.
Replace `Tag` with a release tag for jCommands. Example: `1.5`. You can also use `master` as the tag to get the latest version, though you will have to clear your maven caches in order to update it.

## Build locally:

For Windows, use Git Bash. For Linux or OSX, just ensure you have Git installed. Navigate to the directory where you want to clone the repository, and run:

```
git clone https://github.com/divios/jCommands
cd RedLib
cd jCommands
./gradlew jar
```

Expand Down

0 comments on commit 7fd1f63

Please sign in to comment.