mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
Update sdkman plugin README
This commit is contained in:
committed by
Koichi Murase
parent
fd6e34ea23
commit
a656286a9b
@@ -1,12 +1,12 @@
|
|||||||
# sdkman plugin
|
# sdkman plugin
|
||||||
|
|
||||||
This plugin automatically source sdkman[1]
|
This plugin will automatically source [sdkman](https://sdkman.io/).
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Install sdkman
|
### Install sdkman
|
||||||
|
|
||||||
Lets install[2] the sdkman without updaing shell config!
|
Let's [install the sdkman](https://sdkman.io/install) without updaing shell config!
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ curl -s "https://get.sdkman.io?rcupdate=false" | bash
|
$ curl -s "https://get.sdkman.io?rcupdate=false" | bash
|
||||||
@@ -20,6 +20,3 @@ plugins=(
|
|||||||
sdkman
|
sdkman
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
[1]: https://sdkman.io/
|
|
||||||
[2]: https://sdkman.io/install
|
|
||||||
|
Reference in New Issue
Block a user