Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Symple25125 authored Aug 6, 2024
1 parent c2394a1 commit 5384019
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
## How to install
### Option #1
in `build.common.gradle` add
```groovy
plugins {
id("elect86.magik") version "0.3.3"
}
```

in `build.dependencies.gradle` add
```groovy
repositories {
maven { url = uri('https://Symple25125:[email protected]/SympleOrg/SympleGraphDisplay') }
githubPackages("SympleOrg/SympleGraphDisplay")
}
dependencies {
Expand Down

0 comments on commit 5384019

Please sign in to comment.