Skip to content

Commit

Permalink
chore: update README for version 0.13.0, homebrew and jabba-wrapper (#33
Browse files Browse the repository at this point in the history
)
  • Loading branch information
nicerloop committed Sep 21, 2023
1 parent 402b0f7 commit 8cf3662
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# jabba ![Latest Version](https://img.shields.io/badge/latest-0.12.1-blue.svg) [![Actions Status](https://github.com/Jabba-Team/jabba/workflows/make%20Jabba/badge.svg)](https://github.com/Jabba-Team/jabba/actions)
# jabba ![Latest Version](https://img.shields.io/badge/latest-0.13.0-blue.svg) [![Actions Status](https://github.com/Jabba-Team/jabba/workflows/make%20Jabba/badge.svg)](https://github.com/Jabba-Team/jabba/actions)

Java Version Manager inspired by [nvm](https://github.com/creationix/nvm) (Node.js). Written in Go.

Expand Down Expand Up @@ -29,8 +29,18 @@ The index will give you the list of jdks for your OS and architecture

... and from custom URLs.

## Install-less

See [jabba-wrapper](jabbaw.md)

## Installation

#### macOS homebrew

```sh
brew install jabba
```

#### macOS / Linux

> (in bash/zsh/...)
Expand Down Expand Up @@ -67,8 +77,6 @@ export JABBA_VERSION=...
[wget](https://www.gnu.org/software/wget/manual/wget.html#Proxies) manpage.
Usually simple `http_proxy=http://proxy-server:port https_proxy=http://proxy-server:port curl -sL ...` is enough.

**NOTE**: The brew package currently points to 0.11.2 of shyiko's jabba.

#### Docker

While you can use the same snippet as above, chances are you don't want jabba binary & shell
Expand Down

0 comments on commit 8cf3662

Please sign in to comment.