Skip to content

Commit

Permalink
add demo vids and update appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
mingyuan-xia committed Jan 19, 2017
1 parent 270dd0c commit 29e8a2c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Please submit an issue for bugs, enhancements and feature requests. Pull requests are welcomed too.

## Installation
For Linux and MacOS, download the binary(appetiezr-toolkit-darwin-x64 for MacOS and appetizer-toolkit-linux-x64 for Linux) and add it to the PATH; For Windows, download the zip file(appetizer-toolkit-win.zip), extract it anywhere you like and add the directory to the PATH. Now enjoy it!
For Linux and MacOS, download the executable (`appetiezr-toolkit-darwin-x64` for MacOS and `appetizer-toolkit-linux-x64` for Linux); For Windows, download and unzio `appetizer-toolkit-win.zip`. You might want to add to PATH to use the tool globally.

```
usage: appetizer-toolkit-linux-x64 [-h] {version,trace,adb,devices,plan} ...
Expand Down Expand Up @@ -43,6 +43,8 @@ optional arguments:
-h, --help show this help message and exit
```

[![Record and replay](https://i.vimeocdn.com/video/583660790_640.jpg)](https://vimeo.com/176421640)

## Control Multiple Devices and Mirror Touchscreen Events
To work with multiple devices, use `appetizer-toolkit-* devices`:
```
Expand All @@ -63,6 +65,9 @@ optional arguments:
-h, --help show this help message and exit
```

Mirror the touchscreen events from one device to many in real-time.
[![mirroring](https://i.vimeocdn.com/video/585120374_640.jpg)](https://vimeo.com/176421482)

## ADB related
`adb` from Android SDK is required for `appetizer-toolkit`. The toolkit itself can detect the existence of the adb binary and control the adb server with it.
```
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build_script:
- appetizer-toolkit-win32-x64.exe version
- unzip appetizer-toolkit-win.zip
- appetizer-toolkit-win.exe version

0 comments on commit 29e8a2c

Please sign in to comment.