From 7e0f7b40815bfe65676bca08e7cd98ddd72c2c9c Mon Sep 17 00:00:00 2001 From: Vinllen Chen Date: Thu, 17 Oct 2019 16:14:35 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c831775..3438b13 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ User can use `-version` to print the version. # Usage --- -You can directly download the binary in the [release package](https://github.com/alibaba/RedisShake/releases), and use `start.sh` script to start it directly: `./start.sh redis-shake.conf sync`.
+You can **directly download** the binary in the [release package](https://github.com/alibaba/RedisShake/releases), and use `start.sh` script to start it directly: `./start.sh redis-shake.conf sync`.
You can also build redis-shake yourself according to the following steps, the `go` and `govendor` must be installed before compile: * git clone https://github.com/alibaba/RedisShake.git * cd RedisShake