Browse Source

etcd-test-proxy: update README

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 years ago
parent
commit
64c9caa76b
2 changed files with 3 additions and 3 deletions
  1. 2 2
      tools/etcd-test-proxy/README.md
  2. 1 1
      tools/etcd-test-proxy/main.go

+ 2 - 2
tools/etcd-test-proxy/README.md

@@ -8,7 +8,7 @@ Test locally
 $ ./build
 $ ./bin/etcd
 
-$ make build-etcd-test-proxy -f ./hack/scripts-dev/Makefile
+$ make build-etcd-test-proxy
 
 $ ./bin/etcd-test-proxy --help
 $ ./bin/etcd-test-proxy --from localhost:23790 --to localhost:2379 --http-port 2378 --verbose
@@ -168,7 +168,7 @@ Trigger leader election
 
 ```bash
 $ ./build
-$ make build-etcd-test-proxy -f ./hack/scripts-dev/Makefile
+$ make build-etcd-test-proxy
 
 $ rm -rf /tmp/etcd-test-proxy-data.s*
 $ goreman -f ./tools/etcd-test-proxy/Procfile start

+ 1 - 1
tools/etcd-test-proxy/main.go

@@ -56,7 +56,7 @@ $ ./build
 $ ./bin/etcd
 
 # build etcd-test-proxy
-$ make build-etcd-test-proxy -f ./hack/scripts-dev/Makefile
+$ make build-etcd-test-proxy
 
 # to test etcd with proxy layer
 $ ./bin/etcd-test-proxy --help