From 1aaff68a2a96ba04c1224250b54b6bd14309a23d Mon Sep 17 00:00:00 2001 From: SD Date: Wed, 3 Mar 2021 21:24:37 +0530 Subject: [PATCH] Instructions --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md 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