fix: 修改starCloud的readme
This commit is contained in:
parent
fff16d1213
commit
6cd5311190
17
README.md
17
README.md
@ -3,11 +3,22 @@
|
||||
### 1. 安装
|
||||
|
||||
在需要引用的项目中执行命令
|
||||
`git subtree add --prefix=starCloud git@code.star-lock.cn:StarlockTeam/starcloud-sdk-uniapp.git master`
|
||||
|
||||
```git
|
||||
git subtree add --prefix=starCloud git@code.star-lock.cn:StarlockTeam/starcloud-sdk-uniapp.git master
|
||||
```
|
||||
|
||||
更新
|
||||
`git subtree pull --prefix=starCloud git@code.star-lock.cn:StarlockTeam/starcloud-sdk-uniapp.git master`
|
||||
|
||||
```git
|
||||
git subtree pull --prefix=starCloud git@code.star-lock.cn:StarlockTeam/starcloud-sdk-uniapp.git master
|
||||
```
|
||||
|
||||
推送
|
||||
`git subtree push --prefix=starCloud git@code.star-lock.cn:StarlockTeam/starcloud-sdk-uniapp.git master`
|
||||
|
||||
```git
|
||||
git subtree push --prefix=starCloud git@code.star-lock.cn:StarlockTeam/starcloud-sdk-uniapp.git master
|
||||
```
|
||||
|
||||
### 2. 需安装的npm包
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user