Added contributing section
This commit is contained in:
parent
1d6a7824fe
commit
e784b5a8f0
1 changed files with 20 additions and 0 deletions
20
README.md
20
README.md
|
@ -29,6 +29,7 @@ A simple [JSP](http://www.oracle.com/technetwork/java/javaee/jsp/index.html) Tag
|
||||||
- [StatusCode Bean](#statuscode-bean)
|
- [StatusCode Bean](#statuscode-bean)
|
||||||
- [Reasons](#reasons)
|
- [Reasons](#reasons)
|
||||||
- [Command Line Usage](#command-line-usage)
|
- [Command Line Usage](#command-line-usage)
|
||||||
|
- [Contributing](#contributing)
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
@ -333,3 +334,22 @@ $ java -jar httpstatus-1.1.0.jar 2xx
|
||||||
203: Non-Authoritative Information
|
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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue