Просмотр исходного кода

Merge pull request #9283 from zehweh/patch-1

fix typo in README.md
Xiang Li 8 лет назад
Родитель
Сommit
10444cc1d7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      README.md

+ 1 - 1
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
 ```