Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvv committed Jun 18, 2016
1 parent ab7eb6f commit 468cf27
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,23 @@ And my-deploy will be installed globally to your system path.



1. First of all , you need to check your envirment
```
* First of all , you need to check your envirment

```
$ git --version
git version 2.7.4 (Apple Git-66)
```

2. Create mydeploy config file
```
* Create mydeploy config file

```
$ cd /path/of/the/config/file/you/want/to/locate
$ mydeploy init
```

3. Setup the config file what you need
```
* Setup the config file what you need

```
$ vi .mydeploy.json
---pullwatch---
*
Expand Down Expand Up @@ -94,8 +97,9 @@ $ vi .mydeploy.json
}
```

4. Start
```
* Start

```
$ mydeploy start
or
$ mydeploy start -c 'path/to/config/file'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "my-deploy",
"version": "1.1.5",
"version": "1.1.9",
"description": "A hansome project for deployment",
"main": "./bin/index.js",
"bin": {
Expand Down

0 comments on commit 468cf27

Please sign in to comment.