mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 05:17:11 -07:00
Offer to install SDKMAN! if not already installed.
Fixes issue #26 Also: - Change language in README to clarify that SDKMAN! is not included. - Polishes to `.editorconfig`.
This commit is contained in:
parent
47ec1e3847
commit
e41ccb9ce8
4 changed files with 50 additions and 11 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
[![Build Status][travis-badge]][travis-link]
|
||||
|
||||
Makes command `sdk` from [SDKMAN!] available in fish.
|
||||
Also provides auto-completion and adds binaries from installed SDKs to the PATH.
|
||||
Makes command `sdk` from [SDKMAN!] usable from fish, including auto-completion.
|
||||
Also adds binaries from installed SDKs to the PATH.
|
||||
|
||||
Tested with fish 2.7.1 and 3.0.2, and SDKMAN! 5.7.3.
|
||||
|
||||
|
@ -15,7 +15,10 @@ With [fisher] (install separately):
|
|||
fisher add reitzig/sdkman-for-fish
|
||||
```
|
||||
|
||||
_Note:_ Only compatible with fisher v3 upwards; v2 is no longer supported.
|
||||
_Note:_
|
||||
|
||||
- Only compatible with fisher v3 upwards; v2 is no longer supported.
|
||||
- You have to install [SDKMAN!] separately.
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue