Skip to content

Commit 6385242

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 613b424 + c5c0246 commit 6385242

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@ or pull requests.
77

88
***Usage***
99

10-
- Build by `gradle build`
11-
- Add jar file to your project
10+
- Build
11+
- by `gradle build`
12+
- Add jar file to your project
13+
- OR use maven
14+
- add [https://jitpack.io](https://jitpack.io) to list of maven repositories (see docs on [https://jitpack.io](https://jitpack.io)
15+
- add `compile "com.github.underlow:semantic-ui-kotlin-wrapper:master-SNAPSHOT"` to `build.gradle`
16+
1217
- Add semantic ui react npm package, usually that means add **"semantic-ui-react": "^0.82.1"** to **package.json**
1318
- Try somthing like
1419
```kotlin

0 commit comments

Comments
 (0)