From e3855630094211086f95d3188035fb2e9b6665c0 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Mon, 21 May 2018 01:48:10 -0700 Subject: [PATCH] README: fix typo Signed-off-by: Gyuho Lee --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ecdc9f64b..1d2d92914 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ If etcd is installed using the [pre-built release binaries][github-release], run ```sh /tmp/etcd-download-test/etcd ``` + The etcd command can be simply run as such if it is moved to the system path as below: ```sh @@ -71,7 +72,7 @@ mv /tmp/etcd-download-test/etcd /usr/local/bin/ etcd ``` -If etcd is [build from the master branch][dl-build], run it as below: +If etcd is [built from the master branch][dl-build], run it as below: ```sh ./bin/etcd