Skip to content

Commit

Permalink
fix: readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ioito committed Apr 27, 2022
1 parent 1c46406 commit 0972688
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ Fork以下仓库,然后克隆主仓库并安装依赖

```sh
$ git clone https://github.com/<owner>/dashboard.git
# 这里要根据你的环境,切到对应分支,否则可能出现不兼容情况
$ cd dashboard
# 这里要根据你的环境,切到对应分支,否则可能出现不兼容情况
$ git checkout release/3.8
$ yarn
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Fork the following repository, then clone dashboard main repository and install

```sh
$ git clone https://github.com/<owner>/dashboard.git
$ cd dashboard
# Here, depending on your environment, checkout corresponding branch, otherwise you might have incompatibilities
$ git checkout release/3.8
$ cd dashboard
$ yarn
```

Expand Down

0 comments on commit 0972688

Please sign in to comment.