8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2829303 commit 722368fCopy full SHA for 722368f
README.md
@@ -5,13 +5,13 @@ A version manager for rust.
5
## Installation
6
7
```console
8
-curl -L https://raw.github.com/sdepold/rsvm/master/install.sh | sh
+curl get.javanile.org/r | sh
9
```
10
11
or
12
13
14
-wget -qO- https://raw.github.com/sdepold/rsvm/master/install.sh | sh
+wget -O- get.javanile.org/r | sh
15
16
17
### for fish-shell users
src/main.sh
@@ -6,6 +6,8 @@
module env
module init
+module cmd
+module utils
# shellcheck disable=SC2120
main() {
0 commit comments