mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-27 04:40:27 +00:00
docs: 📝 Update Windows source command
This commit is contained in:
parent
5d8229b6c1
commit
c82e5c374d
@ -92,7 +92,7 @@ See [Usage](#usage) section for more details.
|
||||
# Unix
|
||||
. $HOME/export-esp.sh
|
||||
# Windows
|
||||
C:\Users\<user>\export-esp.ps1
|
||||
%USERPROFILE%\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.
|
||||
@ -101,7 +101,7 @@ See [Usage](#usage) section for more details.
|
||||
# Unix
|
||||
. $HOME/export-esp.sh
|
||||
# Windows
|
||||
C:\Users\<user>\export-esp.ps1
|
||||
%USERPROFILE%\export-esp.ps1
|
||||
```
|
||||
|
||||
> **Warning**
|
||||
|
Loading…
x
Reference in New Issue
Block a user