From fcf790b6762dbf770a18b53152f407610505ce9e Mon Sep 17 00:00:00 2001 From: Ryan Kopf Date: Thu, 14 Mar 2024 21:50:10 -0500 Subject: [PATCH] Update riscv-and-xtensa.md --- src/installation/riscv-and-xtensa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installation/riscv-and-xtensa.md b/src/installation/riscv-and-xtensa.md index ab825c2..98d4994 100644 --- a/src/installation/riscv-and-xtensa.md +++ b/src/installation/riscv-and-xtensa.md @@ -30,7 +30,7 @@ espup install `espup` will create an export file that contains some environment variables required to build projects. On Windows (`%USERPROFILE%\export-esp.ps1`) - - There is **no need** to execute the file for Windows users. It is only created to show the modified environment variables. + - If all goes well, there is **no need** to execute the file for Windows users. However if espup install is not run as administrator, you may still need to run the file as a command in every shell before compiling will work. On Unix-based systems (`$HOME/export-esp.sh`). There are different ways of sourcing the file: - Source this file in every terminal: