add binary in the bin directory

v4
vinllen 6 years ago
parent 4c97100f73
commit 41be335b30
  1. 3
      .gitignore
  2. 2
      README.md
  3. BIN
      bin/redis-shake.darwin64

3
.gitignore vendored

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

@ -51,6 +51,8 @@ Add tag when releasing: "release-v{version}-{date}". for example: "release-v1.0.
# Usage # 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 * git clone https://github.com/aliyun/redis-shake.git
* cd redis-shake/src/vendor * 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` * 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.
Loading…
Cancel
Save