diff --git a/README.md b/README.md new file mode 100644 index 0000000..72dc23b --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Matrix +An annotation based registration library for Minecraft + +### Depending on Matrix +- Add Jitpack as a repository (if you already haven't) +```gradle +maven { url 'https://jitpack.io' } +``` +- Add Matrix as a dependency +```gradle +implementation 'com.github.DimensionalDevelopment:Matrix:' +``` +Replace `` with the latest commit hash, or a tag