From 4dfd8ab2fce555e13d950aebb7e63df577e638dc Mon Sep 17 00:00:00 2001 From: zehweh Date: Tue, 6 Feb 2018 07:37:37 +0100 Subject: [PATCH] *: fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3e4bfa4e..6efb73712 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ If etcd is installed using the [pre-built release binaries][github-release], run The etcd command can be simply run as such if it is moved to the system path as below: ```sh -mv /tmp/etcd-download-test/etcd /usr/locale/bin/ +mv /tmp/etcd-download-test/etcd /usr/local/bin/ etcd ```