Skip to content

Commit

Permalink
Merge pull request #68 from Friendseeker/Friendseeker-patch-1
Browse files Browse the repository at this point in the history
Update setup instruction in `README.md`
  • Loading branch information
unkarjedy authored Nov 20, 2024
2 parents 5986c47 + 44c9ec0 commit df6b55f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ recognized by IDEA.
Add to your `build.sbt`

```scala
resolvers += Resolver.url("jb-bintray", url("https://dl.bintray.com/jetbrains/sbt-plugins"))(Resolver.ivyStylePatterns)

libraryDependencies += "org.jetbrains" %% "sbt-structure-core" % "<version>"
libraryDependencies += "org.jetbrains.scala" %% "sbt-structure-core" % "<version>"
```

Then run extractor or get XML of the structure any other way and deserialize it:
Expand All @@ -55,7 +53,7 @@ Extractor can be run as a regular sbt plugin, or loaded into the build during an
The quickest way to try out the extractor is by adding it to your build in `project/plugins.sbt` as an sbt plugin:

```scala
addSbtPlugin("org.jetbrains" % "sbt-structure-extractor" % "<version>")
addSbtPlugin("org.jetbrains.scala" % "sbt-structure-extractor" % "<version>", "1.3")
```

Then from the sbt shell run:
Expand Down

0 comments on commit df6b55f

Please sign in to comment.