Skip to content

Commit

Permalink
fix typo in command
Browse files Browse the repository at this point in the history
  • Loading branch information
rxwen committed Nov 3, 2023
1 parent 137ec88 commit 3908330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`


## 配置流程
Expand Down

0 comments on commit 3908330

Please sign in to comment.