[develop guide] update dev guide doc

This commit is contained in:
leebaok 2016-04-05 20:19:03 +08:00
parent 377c09ec81
commit 45fa4658e7
1 changed files with 2 additions and 2 deletions

View File

@ -14,12 +14,12 @@ Open https://github.com/unias/docklet in your browser and click **Fork** button
##### Step 2 : clone & config
* clone docklet from your github repository
```
git clone https://github.com/YourName/docklet
git clone https://github.com/YourName/docklet.git
```
* config your local repository
```
# add unias/docklet as your upstream
git remote add upstream https://github.com/unias/docklet
git remote add upstream https://github.com/unias/docklet.git
# set push to upstream not work
git remote set-url --push upstream no_push
```