Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mnhock committed Jun 22, 2024
1 parent 5b2d738 commit 941575d
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,26 @@ Explore the complete [documentation](https://github.com/enofex/taikai/blob/main/

## Contributing

Interested in contributing? Check out our [Contribution Guidelines](https://github.com/enofex/taikai/blob/main/CONTRIBUTING.md) for details on how to get involved.
Interested in contributing? Check out our [Contribution Guidelines](https://github.com/enofex/taikai/blob/main/CONTRIBUTING.md) for details on how to get involved. Note, that we expect everyone to follow the [code of conduct](https://github.com/enofex/taikai/blob/main/CODE_OF_CONDUCT.md).

### What you will need

* Git
* Java 21 or higher

### Get the Source Code

Clone the repository

```shell
git clone [email protected]:enofex/taikai.git
cd taikai
```

### Build the code

To compile, test, and build

```shell
./mvnw -B
```

0 comments on commit 941575d

Please sign in to comment.