Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Dec 19, 2020
1 parent c4e48aa commit 29a5ebd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
.idea
bin
dist
release.md
release.md
.DS_Store
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ $ dvm --help

### Installation

If you have installed nodejs, you can install it vi npm

```bash
npm install @axetroy/dvm -g
```

If you are using Linux/macOS. you can install it with the following command:

```shell
Expand Down
6 changes: 6 additions & 0 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ $ dvm --help

### 安装

如果你已安装了 nodejs, 你可以通过 npm 进行安装

```bash
npm install @axetroy/dvm -g
```

如果你使用的是 Linux/macOS 系统,你可以运行以下命令安装

```shell
Expand Down

0 comments on commit 29a5ebd

Please sign in to comment.