From 5a464aafbacc6414b14876a0bb6ca7942c5a4f96 Mon Sep 17 00:00:00 2001 From: Wang Yiyang Date: Mon, 1 Apr 2019 03:26:04 +0000 Subject: [PATCH] fix README.md errors --- README.md | 6 +++--- src/github.com/kardianos/govendor | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 160000 src/github.com/kardianos/govendor diff --git a/README.md b/README.md index dcf28c4..12d11f4 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,11 @@ Add tag when releasing: "release-v{version}-{date}". for example: "release-v1.0. --- Run `./bin/redis-shake.darwin64` or `redis-shake.linux64` which is built in OSX and Linux respectively.
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 +* git clone https://github.com/alibaba/RedisShake.git +* cd RedisShake/src/vendor * GOPATH=\`pwd\`/../..; govendor sync #please note: must install govendor first and then pull all dependencies: `go get -u github.com/kardianos/govendor` * cd ../../ && ./build.sh -* ./bin/collector -type=$(type_must_be_sync_dump_restore_or_decode) -conf=conf/redis-shake.conf #please note: user must modify collector.conf first to match needs. +* ./bin/redis-shake -type=$(type_must_be_sync_dump_restore_or_decode) -conf=conf/redis-shake.conf #please note: user must modify collector.conf first to match needs. # Shake series tool --- diff --git a/src/github.com/kardianos/govendor b/src/github.com/kardianos/govendor new file mode 160000 index 0000000..e079574 --- /dev/null +++ b/src/github.com/kardianos/govendor @@ -0,0 +1 @@ +Subproject commit e07957427183a9892f35634ffc9ea48dedc6bbb4