docs: 📝 Update source command in windows

This commit is contained in:
Sergio Gasquez 2022-11-16 17:11:01 +01:00
parent 517c753213
commit 062d7ea841

View File

@ -90,7 +90,7 @@ See [Usage](#usage) section for more details.
# Unix
. $HOME/export-esp.sh
# Windows
.\export-esp.ps1
C:\Users\<user>\export-esp.ps1
```
- [`std`](https://esp-rs.github.io/book/overview/using-the-standard-library.html):
Installing `esp-idf` via `espup` is not mandatory, as [`esp-idf-sys`](https://github.com/esp-rs/esp-idf-sys) already takes care of it, but has some benefits.