chore: update repo links

This commit is contained in:
chenjiahan
2022-07-23 22:10:20 +08:00
parent 11dbde14f6
commit 7879fd6395
72 changed files with 1373 additions and 1380 deletions
@@ -21,7 +21,7 @@
```bash
# 克隆仓库
git clone git@github.com:youzan/vant.git
git clone git@github.com:vant-ui/vant.git
# 安装依赖
pnpm i
@@ -124,7 +124,7 @@ src
```bash
# 添加主仓库到 remote,作为 fork 后仓库的上游仓库
git remote add upstream git@github.com:youzan/vant.git
git remote add upstream git@github.com:vant-ui/vant.git
# 拉取主仓库最新代码
git fetch upstream