Skip to content

Commit

Permalink
docs(template.md): clone选项
Browse files Browse the repository at this point in the history
拉取git模板源时增加direct:url方式和--clone选项的描述
  • Loading branch information
李云峰 committed Sep 4, 2019
1 parent 6a32f4c commit 268bf3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ title: 项目模板

* GitHub - github:owner/name
* GitLab - gitlab:owner/name
* Direct - direct:url

```sh
# 初始化项目时可以使用 --clone 选项指定拉取远程模板时使用git clone
taro init --clone
```

#### url 模板源

Expand Down

0 comments on commit 268bf3d

Please sign in to comment.