Skip to content

Commit

Permalink
Merge pull request #12 from macacajs/tweak-docs
Browse files Browse the repository at this point in the history
tweak docs
  • Loading branch information
xudafeng committed Mar 10, 2016
2 parents 8ac2cc9 + f3592c1 commit 8151f92
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Contributing to macaca-driver
=============================
# Contributing to macaca-client

- Fork the project, make a change, and send a pull request;
- Have a look at code style now before starting;
Expand Down
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
[download-image]: https://img.shields.io/npm/dm/macaca-client.svg?style=flat-square
[download-url]: https://npmjs.org/package/macaca-client

> Automation driver for mobile.
> Client for Macaca.
## Support

- xcode >= 7.2
- android sdk >= 4.4.2
- node >= 4.2.x
- Xcode Version >= 7.2
- Android SDK Version >= 4.4.2
- Node.js Version >= 4.2.x

## Installment

```bash
```shell
$ npm i macaca-client -g
```

Expand All @@ -36,8 +36,6 @@ $ macaca server -p 3456
# run in background
$ macaca server -p 3456 &

# send signal to server process
$ dirver -s restart
```

### Run Test
Expand All @@ -57,7 +55,6 @@ $ macaca run --server --verbose
```shell
$ macaca doctor
```
You will get message like this.

### More Help

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"keywords": [
"automation",
"webdriver",
"mobile",
"ui automation",
"test framework"
],
Expand Down

0 comments on commit 8151f92

Please sign in to comment.