Merge pull request #6 from aliyun/feature-1.2

add binary in the bin directory
v4
zhuzhao.cx 6 years ago committed by GitHub
commit dd22d61a4a
  1. 3
      .gitignore
  2. 2
      README.md

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`

Loading…
Cancel
Save