Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeysedoy97 committed May 26, 2022
1 parent 0022720 commit 2a6d56f
Show file tree
Hide file tree
Showing 4 changed files with 560 additions and 408 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# java-get
# get-tool

### install

```powershell
irm "https://raw.githubusercontent.com/pwsh-bin/java-get/main/install.ps1" | iex
irm "https://raw.githubusercontent.com/pwsh-bin/get-tool/main/install.ps1" | iex
```

### usage

```powershell
java-get self-install - update java-get to latest version
java-get install [email protected] - install java openjdk version 1.8
java-get install [email protected] - install meven version 3.1
java-get list-supported - list all supported binaries
java-get list-supported java - list all supported java versions
java-get list-installed java - list all installed java versions
java-get pick java@temurin-11 - pick installed java version
java-get pick [email protected] - pick installed ant version
get-tool self-install - update get-tool to latest version
get-tool install [email protected] - install java openjdk version 1.8
get-tool install [email protected] - install maven version 3.1
get-tool list-supported - list all supported tools
get-tool list-supported java - list all supported java versions
get-tool list-installed - list all installed tools
get-tool init - add tools to current path
get-tool setup - add init to current profile
```
Loading

0 comments on commit 2a6d56f

Please sign in to comment.