-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0022720
commit 2a6d56f
Showing
4 changed files
with
560 additions
and
408 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
Oops, something went wrong.