Skip to content

Commit ca8f844

Browse files
committed
Fix linter error.
1 parent 7d6f3d8 commit ca8f844

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/guides/installing_esphome.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ Any time you want to use ESPHome, you will need to have activated the virtual en
118118
When activated you will see `(venv)` at the beginning of your prompt.
119119

120120
When a new version of ESPHome is released, you can update it using the following commands:
121+
121122
```shell
122123
$ python3 -m venv venv # The last argument is the folder in which to install the virtual environment
123124
$ source venv/bin/activate # For bash or compatible shells. If using a different shell, use activate.csh or activate.fish
@@ -201,6 +202,7 @@ ESPHOME_DATA_DIR=~/.esphome' >> $HOME/.bashrc``, then log out and back in.
201202

202203
When a new version of ESPHome is released, you can update it using the
203204
following commands:
205+
204206
```shell
205207
$ python3 -m venv venv # The last argument is the folder in which to install the virtual environment
206208
$ source venv/bin/activate # For bash or compatible shells. If using a different shell, use activate.csh or activate.fish

0 commit comments

Comments
 (0)