Skip to content

Commit d7734ca

Browse files
committed
feat: Add installation instructions to README
1 parent a44c2cf commit d7734ca

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,26 @@ Running in a separate process is important because when an uncaught exception is
3030
## Installation
3131

3232
Instructions will be posted here soon!
33+
Add Jitpack repository in your root `build.gradle` file:
34+
35+
```groovy
36+
allprojects {
37+
repositories {
38+
...
39+
maven { url 'https://jitpack.io' }
40+
}
41+
}
42+
```
43+
44+
And then add the dependency to your app:
45+
46+
```groovy
47+
dependencies {
48+
implementation 'com.github.haroldadmin:WhatTheStack:(latest-version)'
49+
}
50+
```
51+
52+
[![Release](https://jitpack.io/v/haroldadmin/WhatTheStack.svg)](https://jitpack.io/#haroldadmin/WhatTheStack)
3353

3454
## Contributing
3555

0 commit comments

Comments
 (0)