Skip to content

Commit

Permalink
Merge pull request #48 from SergioGasquez/main
Browse files Browse the repository at this point in the history
Update source commands
  • Loading branch information
SergioGasquez authored Nov 21, 2022
2 parents 79df254 + fc61e26 commit 9c7c02b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/installation/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ and `export-esp.ps1` on Windows, this file contains the required environment var

```sh
# Unix
. ./export-esp.sh
. $HOME/export-esp.sh
# Windows
.\export-esp.ps1
%USERPROFILE%\export-esp.ps1
```

> #### A note in ESP-IDF installation.
Expand Down

0 comments on commit 9c7c02b

Please sign in to comment.