Skip to content

Commit 2ed143e

Browse files
authored
Update README.md
1 parent d057cb9 commit 2ed143e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# scala-interactive-update
2+
[![Release Artifacts][Badge-SonatypeReleases]][Link-SonatypeReleases]
3+
[![Snapshot Artifacts][Badge-SonatypeSnapshots]][Link-SonatypeSnapshots]
4+
25
Update your Scala dependencies (both libraries and plugins) interactively. [Video Demo](https://twitter.com/kitlangton/status/1541417514823028740).
36

47
## Installation
58

69
### Homebrew (Mac Only)
710

811
```shell
9-
brew tap kitlangton/homebrew-scala-interactive-update
10-
brew install kitlangton/scala-interactive-update
12+
brew install kitlangton/scala-interactive-update/scala-interactive-update
1113
```
1214

1315
*If you'd like slightly faster binaries on an M1 mac, install manually with GraalVM (the next step).*
@@ -56,3 +58,8 @@ If a dependency has multiple possible update version—for instance, a new major
5658
### How did you make the interactive CLI?
5759

5860
I have another library, [zio-tui](https://github.com/kitlangton/zio-tui), for creating interactive command line interactive programs just like this one.
61+
62+
[Badge-SonatypeReleases]: https://img.shields.io/nexus/r/https/oss.sonatype.org/io.github.kitlangton/scala-interactive-update_2.13.svg "Sonatype Releases"
63+
[Badge-SonatypeSnapshots]: https://img.shields.io/nexus/s/https/oss.sonatype.org/io.github.kitlangton/scala-interactive-update_2.13.svg "Sonatype Snapshots"
64+
[Link-SonatypeSnapshots]: https://oss.sonatype.org/content/repositories/snapshots/io/github/kitlangton/scala-interactive-update_2.13/ "Sonatype Snapshots"
65+
[Link-SonatypeReleases]: https://oss.sonatype.org/content/repositories/releases/io/github/kitlangton/scala-interactive-update_2.13/ "Sonatype Releases"

0 commit comments

Comments
 (0)