Skip to content

Commit 5703eae

Browse files
authored
Update README.md
1 parent b273685 commit 5703eae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
Format numbers using a string pattern with this simple number formatted like `##-####-##`
66

77
# Installation
8+
To get a Git project into your build:
9+
**Step 1.** Add the JitPack repository to your build file
10+
811
Add it in your root `build.gradle` at the end of repositories:
912

1013
```groovy
@@ -16,6 +19,8 @@ buildscript {
1619
}
1720
```
1821

22+
**Step 2.** Add the dependency
23+
1924
```groovy
2025
implementation "com.github.Husseinhj:AndroidPattern:1.0.1"
2126
```

0 commit comments

Comments
 (0)