Skip to content

Commit a618ed9

Browse files
Update README.md
1 parent f886b8e commit a618ed9

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,21 @@ ShitLib (oh Shit!) [![Build Status](https://travis-ci.org/ShitLib/shitlib-java.s
55
The library that helps you remember about things done bad.
66
With ShitLib you will be always aware of the shitty code inside your application.
77

8+
### Installation
9+
Import the library, proabably the smallest library you'll every see
10+
```xml
11+
<dependency>
12+
<groupId>io.github.shitlib</groupId>
13+
<artifactId>shitlib-java</artifactId>
14+
<version>1</version>
15+
</dependency>
16+
```
817

18+
```groovy
19+
dependencies {
20+
implementation 'io.github.shitlib:shitlib-java:1'
21+
}
22+
```
923

1024
### Usage
1125
Are you writing unwanted code, antipatterns, magic numbers?

0 commit comments

Comments
 (0)