From 2fdc60322a00444cd06f72606a3879ab23ba9d59 Mon Sep 17 00:00:00 2001 From: AnaTofuZ Date: Fri, 19 Jan 2024 10:05:07 +0900 Subject: [PATCH] remove mise plugins --- lang/go.md | 1 - lang/java.md | 1 - lang/node.md | 2 +- lang/ruby.md | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/lang/go.md b/lang/go.md index bdf7d29..a5f9a76 100644 --- a/lang/go.md +++ b/lang/go.md @@ -4,7 +4,6 @@ The following are instructions for using the go mise core plugin. This is used w git plugin installed named "go". If you want to use [asdf-golang](https://github.com/kennyp/asdf-golang) -or [rtx-golang](https://github.com/mise-plugins/rtx-golang) then use `mise plugins install go GIT_URL`. The code for this is inside the mise repository at diff --git a/lang/java.md b/lang/java.md index abdea46..7285a69 100644 --- a/lang/java.md +++ b/lang/java.md @@ -4,7 +4,6 @@ The following are instructions for using the java mise core plugin. This is used git plugin installed named "java". If you want to use [asdf-java](https://github.com/halcyon/asdf-java) -or [rtx-java](https://github.com/mise-plugins/rtx-java) then use `mise plugins install java GIT_URL`. The code for this is inside the mise repository at diff --git a/lang/node.md b/lang/node.md index 7a26acb..207ca7a 100644 --- a/lang/node.md +++ b/lang/node.md @@ -3,7 +3,7 @@ The following are instructions for using the node mise core plugin. This is used when there isn't a git plugin installed named "node". -If you want to use [asdf-nodejs](https://github.com/asdf-vm/asdf-nodejs) +If you want to use [asdf-nodejs](https://github.com/asdf-vm/asdf-nodejs) then run `mise plugins install node https://github.com/asdf-vm/asdf-nodejs` The code for this is inside the mise repository at [`./src/plugins/core/node.rs`](https://github.com/jdx/mise/blob/main/src/plugins/core/node.rs). diff --git a/lang/ruby.md b/lang/ruby.md index c34d094..2ce5127 100644 --- a/lang/ruby.md +++ b/lang/ruby.md @@ -4,7 +4,6 @@ The following are instructions for using the ruby mise core plugin. This is used git plugin installed named "ruby". If you want to use [asdf-ruby](https://github.com/asdf-vm/asdf-ruby) -or [rtx-ruby](https://github.com/mise-plugins/rtx-ruby) then use `mise plugins install ruby GIT_URL`. The code for this is inside the mise repository at