diff --git a/README.md b/README.md index e54ad1f..bee1d50 100644 --- a/README.md +++ b/README.md @@ -12,31 +12,17 @@ A Java library capable of encoding, decoding, injecting and extracting Gameboy C ![Even distribution palette encoding](assets/even-dist-palette.png) ![GB Dump palette encoding](assets/gb-dump-palette.png) ![LCD palette encoding](assets/lcd-palette.png) ![Custom palette encoding](assets/custom-palette.png) ## Installation -This project is still pre-release, however since it's now in use a Maven SNAPSHOT (unstable) artifact is available. - -**Sadly because of [this GitHub issue](https://github.com/orgs/community/discussions/26634) -you will need to specify your GitHub personal access token in your .m2/settings.xml in order to use it.** +Note rhis project still has a few unimplemented features, however since it's been a few years in dev, and it's already in use by third party software, a Maven artifact is now available. Add the following to your Maven project pom.xml: ```xml uk.co.silentsoftware gameboy-camera-lib - 1.1.0-SNAPSHOT + 1.2.0 - - - ... - - gameboy-camera-lib - https://raw.github.com/kodemunkie/gameboycameralib/mvn-repo/ - - true - always - - - ``` + ## Usage ### Choose a palette