From 2285ac2713b281f44d2db33478b7dafcbd772624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Mon, 24 Oct 2022 23:45:56 +0200 Subject: [PATCH] Add building info --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b0231b..aaaa1aa 100644 --- a/README.md +++ b/README.md @@ -42,4 +42,11 @@ choosing it, while `` is how it appears in chat, when formatted (colored ### Setting pronouns After adding enough pronouns, you can pick your most preferred ones with `/nouns set
`. You need to pick them from the ones you added previously with the `create` subcommand, and you can read a complete list using -`/nouns list`. \ No newline at end of file +`/nouns list`. + +## Building +The plugin's dependencies and build system are handled by Maven. Just clone this git repo and run +```text +mvn clean package +``` +To build the plugin. You will find the `.jar` file in the `target/` directory of the git repo. \ No newline at end of file