add binary in the bin directory

v4
zhuzhao.cx 6 years ago committed by vinllen
parent 2e614e081c
commit 645bd69095
  1. 3
      .gitignore
  2. 2
      README.md
  3. BIN
      bin/redis-shake.darwin64
  4. BIN
      bin/redis-shake.linux64

3
.gitignore vendored

@ -1,4 +1,3 @@
bin
pkg
.gopath
.idea
@ -9,6 +8,8 @@ logs
*.data
*.sw[ap]
*.yml
*.pid
*.tar.gz
tags
result.db.*

@ -51,6 +51,8 @@ Add tag when releasing: "release-v{version}-{date}". for example: "release-v1.0.
# Usage
---
Run `./bin/redis-shake.darwin64` or `redis-shake.linux64` which is built in OSX and Linux respectively.<br>
Or you can build redis-shake yourself according to the following steps:
* git clone https://github.com/aliyun/redis-shake.git
* cd redis-shake/src/vendor
* GOPATH=\`pwd\`/../..; govendor sync #please note: must install govendor first and then pull all dependencies: `go get -u github.com/kardianos/govendor`

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save