Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed Dec 30, 2017
1 parent b25b314 commit 03fa1ab
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ builds:
- amd64
# Archive customization
archive:
format: tar.gz
format: zip
replacements:
amd64: 64-bit
darwin: macOS
Expand Down
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,30 @@
## wechat_autojump_game
golang实现的自动玩微信跳一跳
Golang实现的自动玩微信跳一跳


#### 准备条件
- 需要安装adb驱动, 这里有一篇国外作者的[教程](https://www.xda-developers.com/install-adb-windows-macos-linux/)
- 手机连接电脑后,进入设置-开发者选项-打开usb调试

准备就绪后,在终端输入`adb devices`, 如果可以看到对应设备,表示adb驱动已经安装配置完毕


#### 如何安装使用
- 安装方法一: 一键下载安装,无需搭建环境,傻瓜化使用方法
请在[release](https://github.com/sundy-li/wechat_autojump_game/releases) 页面下载对应操作系统的二进制压缩包,解压后,执行jump文件即可

```
./jump
```

- 安装方法二: 手动安装,开发调试
```
go get -u github.com/sundy-li/wechat_autojump_game
cd $GOPATH/src/github.com/sundy-li/wechat_autojump_game/cmd
go run main.go
```




#### 原理
Expand Down

0 comments on commit 03fa1ab

Please sign in to comment.