Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate all documentation PR's (#666, #667, #673) #683

Merged
merged 9 commits into from
Feb 15, 2022
Prev Previous commit
Added note regarding snapshot builds
  • Loading branch information
tycrek committed Jan 19, 2022
commit 51519c482532627da2d20aa2b5357e95f49a0ba1
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ dependencies {
}
```

### Snapshots

To use snapshot builds, switch the URL to `https://repo.opencollab.dev/maven-snapshots/`.

## Building the Source

MCProtocolLib uses Maven to manage dependencies. To build the source code, run `mvn clean install` in the project root directory.
Expand Down