Skip to content

Commit

Permalink
[Doc] Correct cloned branch in build document (#1700)
Browse files Browse the repository at this point in the history
  • Loading branch information
linjie111 authored Feb 3, 2023
1 parent a62ed41 commit db9e633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/01-how-to-build/build_from_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Download

```shell
git clone -b master git@github.com:open-mmlab/mmdeploy.git --recursive
git clone -b 1.x git@github.com:open-mmlab/mmdeploy.git --recursive
```

Note:
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_cn/01-how-to-build/build_from_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## 下载

```bash
git clone -b master git@github.com:open-mmlab/mmdeploy.git --recursive
git clone -b 1.x git@github.com:open-mmlab/mmdeploy.git --recursive
```

### FAQ
Expand Down

0 comments on commit db9e633

Please sign in to comment.