diff --git a/README.md b/README.md index b49acd2..d5f907d 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ homeassistant_configuration_root - Git clone current project to a local direcoty - `docker pull homeassistant/home-assistant:stable` -- `run -it --rm --name ha --network=host -v PATH_TO_LOCAL_CLONED_GIT_REPOSITORY:/config/ homeassistant/home-assistant:stable` +- `docker run -it --rm --name ha --network=host -v PATH_TO_LOCAL_CLONED_GIT_REPOSITORY:/config/ homeassistant/home-assistant:stable` ## Configuration diff --git a/README.zh-cn.md b/README.zh-cn.md index 26b6b23..7e48972 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -67,7 +67,7 @@ homeassistant_configuration_root - 将本项目 git clone 到本地目录 - `docker pull homeassistant/home-assistant:stable` -- `run -it --rm --name ha --network=host -v PATH_TO_LOCAL_CLONED_GIT_REPOSITORY:/config/ homeassistant/home-assistant:stable` +- `docker run -it --rm --name ha --network=host -v PATH_TO_LOCAL_CLONED_GIT_REPOSITORY:/config/ homeassistant/home-assistant:stable` ## 配置流程