Add building info
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Bea 2022-10-24 23:45:56 +02:00
parent fb1d9d20dd
commit 2285ac2713
1 changed files with 8 additions and 1 deletions

View File

@ -42,4 +42,11 @@ choosing it, while `<format>` 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 <main> <secondary>`. 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`.
`/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.