From e784b5a8f0ca073d62e86b36b160eaf2ca71f18d Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 31 Jan 2024 17:26:09 -0800 Subject: [PATCH] Added contributing section --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index ee07a6f..8daf39b 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ A simple [JSP](http://www.oracle.com/technetwork/java/javaee/jsp/index.html) Tag - [StatusCode Bean](#statuscode-bean) - [Reasons](#reasons) - [Command Line Usage](#command-line-usage) +- [Contributing](#contributing) ## Examples @@ -333,3 +334,22 @@ $ java -jar httpstatus-1.1.0.jar 2xx 203: Non-Authoritative Information ``` + +## Contributing + +If you want to contribute to this project, all you have to do is clone the GitHub +repository: + +```console +git clone git@github.com:ethauvin/HttpStatus.git +``` + +Then use [bld](https://rife2.com/bld) to build: + +```console +cd HttpStatus +./bld compile +``` + +The project has an [IntelliJ IDEA](https://www.jetbrains.com/idea/) project structure. You can just open it after all +the dependencies were downloaded and peruse the code.