You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -4,7 +4,7 @@ Allowing you to manage all of your discord versions. This was made as I was impa
4
4
5
5
# Usage
6
6
```
7
-
dvm 1.1.4
7
+
dvm 1.1.8
8
8
9
9
USAGE:
10
10
dvm <SUBCOMMAND>
@@ -25,7 +25,7 @@ SUBCOMMANDS:
25
25
26
26
# Installing
27
27
To install a specific version just type in
28
-
```
28
+
```sh
29
29
dvm install stable
30
30
```
31
31
This will do the following:
@@ -36,13 +36,13 @@ This will do the following:
36
36
37
37
## Installing multiple versions at once
38
38
You can install multiple versions at once, they will be executed one after the other.
39
-
```
39
+
```sh
40
40
dvm install stable ptb canary development
41
41
```
42
42
43
43
# Removing
44
44
Removing installations is as easy as installing them
45
-
```
45
+
```sh
46
46
dvm remove stable
47
47
```
48
48
This will do the following:
@@ -52,11 +52,44 @@ This will do the following:
52
52
53
53
# Update
54
54
Updating installations is as easy as installing them
55
-
```
55
+
```sh
56
56
dvm update stable
57
57
```
58
58
This will do the following:
59
59
1. Check if discord actually needs to be updated
60
60
2. Download the latest tarball
61
61
3. Remove the $HOME/.dvm/<installationtype>
62
-
4. Do everything the installation does.
62
+
4. Do everything the installation does.
63
+
64
+
# Show
65
+
This will show all installations that are currently installed, the `--verbose, -v` flag will show the path it's installed to, and the `--check, -c` flag will check if your installations are up-to-date (red = outdated, green = up to date)
0 commit comments