Skip to content

Commit 3a2b96d

Browse files
committed
docs: 更新 README.md
1 parent c7ab961 commit 3a2b96d

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

README.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -32,32 +32,32 @@ gvm version
3232
```bash
3333
# gvm -h
3434

35-
gvm 1.0.8
35+
gvm 1.1.0
36+
3637
Golang Version Manager
3738

38-
USAGE:
39-
gvm [OPTIONS] <SUBCOMMANDS>
39+
Usage: gvm [OPTIONS] [COMMAND]
4040

41-
OPTIONS:
42-
-h, --help
43-
Print help information
44-
41+
Commands:
42+
use [VERSION|latest] Change Go version
43+
install [VERSION|latest] Install a new go version
44+
uninstall Uninstall a Go version
45+
list List all locally installed go versions
46+
remote <more> List all remote go versions
47+
version Print the current go version
48+
49+
Options:
4550
-i, --install
4651
Install Golang Version Manager
47-
52+
4853
-u, --update
4954
Update Golang Version Manager
5055

56+
-h, --help
57+
Print help information
58+
5159
-v, --version
5260
Print Gvm version information
53-
54-
SUBCOMMANDS:
55-
current Print the current go version
56-
install [VERSION|latest] Install a new go version
57-
list List all locally installed go versions
58-
list-remote <more> List all remote go versions
59-
uninstall Uninstall a Go version
60-
use [VERSION|latest] Change Go version
6161
```
6262

6363
# Golang Install

README_CN.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -32,32 +32,32 @@ gvm version
3232
```bash
3333
# gvm -h
3434

35-
gvm 1.0.9
35+
gvm 1.1.0
36+
3637
Golang Version Manager
3738

38-
USAGE:
39-
gvm [OPTIONS] <SUBCOMMANDS>
39+
Usage: gvm [OPTIONS] [COMMAND]
4040

41-
OPTIONS:
42-
-h, --help
43-
Print help information
44-
41+
Commands:
42+
use [VERSION|latest] Change Go version
43+
install [VERSION|latest] Install a new go version
44+
uninstall Uninstall a Go version
45+
list List all locally installed go versions
46+
remote <more> List all remote go versions
47+
version Print the current go version
48+
49+
Options:
4550
-i, --install
4651
Install Golang Version Manager
47-
52+
4853
-u, --update
4954
Update Golang Version Manager
5055

56+
-h, --help
57+
Print help information
58+
5159
-v, --version
5260
Print Gvm version information
53-
54-
SUBCOMMANDS:
55-
current Print the current go version
56-
install [VERSION|latest] Install a new go version
57-
list List all locally installed go versions
58-
list-remote <more> List all remote go versions
59-
uninstall Uninstall a Go version
60-
use [VERSION|latest] Change Go version
6161
```
6262

6363
# Go 语言安装

0 commit comments

Comments
 (0)