*: fix typo in README.md

release-3.4
zehweh 2018-02-06 07:37:37 +01:00 committed by Christian Wimmer
parent f5d02f0279
commit 4dfd8ab2fc
1 changed files with 1 additions and 1 deletions

View File

@ -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: The etcd command can be simply run as such if it is moved to the system path as below:
```sh ```sh
mv /tmp/etcd-download-test/etcd /usr/locale/bin/ mv /tmp/etcd-download-test/etcd /usr/local/bin/
etcd etcd
``` ```