From c82e5c374d80cb37de594ccbb3df0f5b3be9b6e7 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Mon, 21 Nov 2022 16:49:35 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20Update=20Windows=20sourc?= =?UTF-8?q?e=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52545c1..3c96448 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ See [Usage](#usage) section for more details. # Unix . $HOME/export-esp.sh # Windows - C:\Users\\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\\export-esp.ps1 + %USERPROFILE%\export-esp.ps1 ``` > **Warning**