Skip to content

Commit

Permalink
v1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Jan 19, 2021
1 parent 1c191b7 commit 3eccf80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ If you are using Linux/macOS. you can install it with the following command:
# install latest version
curl -fsSL -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/axetroy/dvm/master/install.sh | bash
# or install specified version
curl -fsSL -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/axetroy/dvm/master/install.sh | bash -s v1.3.0
curl -fsSL -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/axetroy/dvm/master/install.sh | bash -s v1.3.7
# or install from gobinaries.com
curl -sf https://gobinaries.com/axetroy/[email protected].0 | sh
curl -sf https://gobinaries.com/axetroy/[email protected].7 | sh
```

Or
Expand Down
4 changes: 2 additions & 2 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ npm install @axetroy/dvm -g
# 安装最新版
curl -fsSL -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/axetroy/dvm/master/install.sh | bash
# 安装指定版本
curl -fsSL -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/axetroy/dvm/master/install.sh | bash -s v1.2.5
curl -fsSL -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/axetroy/dvm/master/install.sh | bash -s v1.3.7
# 从 gobinaries.com 中安装
curl -sf https://gobinaries.com/axetroy/dvm@v1.2.5 | sh
curl -sf https://gobinaries.com/axetroy/dvm@v1.3.7 | sh
```

或者
Expand Down

0 comments on commit 3eccf80

Please sign in to comment.