Update sdkman plugin README

This commit is contained in:
Seth Bergman
2021-05-31 09:45:24 -05:00
committed by Koichi Murase
parent fd6e34ea23
commit a656286a9b

View File

@@ -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