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