Skip to content

Commit

Permalink
Make readme installation section more concise
Browse files Browse the repository at this point in the history
  • Loading branch information
wlad031 authored Mar 23, 2023
1 parent 92a4c9f commit 292ba51
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,10 @@ This is just my experiment with parser combinators and Scala 3. Highly inspired

## Install (sbt)

1. Include GitHub packages plugin:
```scala
// plugins.sbt
addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.3")
```

2. Add resolver:
```scala
// build.sbt
resolvers += Resolver.githubPackages("wlad031")
```

1. Install [GitHub packages plugin](https://github.com/djspiewak/sbt-github-packages).
2. Add `Resolver.githubPackages("wlad031")` resolver.
3. Include dependency:
```scala
// build.sbt
libraryDependencies += "dev.vgerasimov" %% "slowparse" % "0.1.2",
```

Expand Down

0 comments on commit 292ba51

Please sign in to comment.