File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -196,6 +196,7 @@ DVM支持的命令包括有:
196196| | ` dvm install <version> --skip-validation ` | 下载deno前不对版本进行校验 |
197197| | ` dvm install <version> --from-source ` | 编译源码并安装Deno |
198198| | ` dvm install <version> --skip-download-cache ` | 不使用已下载的文件,重新下载并安装 |
199+ | | ` dvm install <version> --sha256sum ` | 下载安装Deno,并进行sha256校验 |
199200| ` uninstall ` | ` dvm uninstall <version> ` | 卸载指定的版本 |
200201| ` use ` | ` dvm use ` | 将指定的版本设置为当前使用的版本,未指定版本将从当前目录下的` .dvmrc ` 文件中读取 |
201202| | ` dvm use <version> ` | 将指定的版本设置为当前使用的版本 |
Original file line number Diff line number Diff line change @@ -236,6 +236,7 @@ DVM supported the following commands:
236236| | ` dvm install <version> --skip-validation ` | Do not validate deno version before trying to download it. |
237237| | ` dvm install <version> --from-source ` | Build and install Deno from source code. |
238238| | ` dvm install <version> --skip-download-cache ` | Download and install Deno without using downloaded cache. |
239+ | | ` dvm install <version> --sha256sum ` | Download and install Deno with sha256sum check. |
239240| ` uninstall ` | ` dvm uninstall <version> ` | Uninstall the specified version. |
240241| ` use ` | ` dvm use ` | Use the specified version read from .dvmrc. |
241242| | ` dvm use <version> ` | Use the specified version that passed by argument. |
You can’t perform that action at this time.
0 commit comments