8000 Introducing Mush - Refactoring WIP · javanile/r@722368f · GitHub
[go: up one dir, main page]

Skip to content

Commit 722368f

Browse files
Introducing Mush - Refactoring WIP
1 parent 2829303 commit 722368f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ A version manager for rust.
55
## Installation
66

77
```console
8-
curl -L https://raw.github.com/sdepold/rsvm/master/install.sh | sh
8+
curl get.javanile.org/r | sh
99
```
1010

1111
or
1212

1313
```console
14-
wget -qO- https://raw.github.com/sdepold/rsvm/master/install.sh | sh
14+
wget -O- get.javanile.org/r | sh
1515
```
1616

1717
### for fish-shell users

src/main.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
module env
88
module init
9+
module cmd
10+
module utils
911

1012
# shellcheck disable=SC2120
1113
main() {

0 commit comments

Comments
 (0)
0