docs: 📝 Update Unix export command

This commit is contained in:
Sergio Gasquez 2022-11-16 08:06:01 +00:00
parent 1393e7e13f
commit d29c4540fd

View File

@ -88,7 +88,7 @@ See [Usage](#usage) section for more details.
```sh
espup install
# Unix
. ./export-esp.sh
. $HOME/export-esp.sh
# Windows
.\export-esp.ps1
```
@ -97,7 +97,7 @@ See [Usage](#usage) section for more details.
```sh
espup install --esp-idf-version <ESP_IDF_VERSION>
# Unix
. ./export-esp.sh
. $HOME/export-esp.sh
# Windows
.\export-esp.ps1
```