Skip to content

Commit

Permalink
Update docs for v0.2.20 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszwawrzyk committed Jun 14, 2023
1 parent f82a655 commit f0764aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ Bazel Steward is published to Maven Central under `org.virtuslab:bazel-steward`.
To easily run it, use [Coursier](https://get-coursier.io/docs/cli-installation).

```
coursier launch org.virtuslab:bazel-steward:0.2.18 --main org.virtuslab.bazelsteward.app.Main -- --help
coursier launch org.virtuslab:bazel-steward:0.2.20 --main org.virtuslab.bazelsteward.app.Main -- --help
```
## GitHub Releases
Bazel Steward publishes a fat JAR under GitHub Releases. The same JAR is also used in GitHub Actions. You can simply download it and run using the `java` command.
```
wget https://github.com/VirtusLab/bazel-steward/releases/download/v0.2.18/bazel-steward.jar
wget https://github.com/VirtusLab/bazel-steward/releases/download/v0.2.20/bazel-steward.jar
java -jar bazel-steward.jar --help
```

0 comments on commit f0764aa

Please sign in to comment.