From d8d374ad75465c1c0cce66f5ac9138e8e9c1bd2b Mon Sep 17 00:00:00 2001 From: Anna Antonenko Date: Wed, 22 May 2024 23:38:53 +0300 Subject: [PATCH] docs: restructure install/export instructions, mention nushell --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25691c59c6..950ed563ae 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,12 @@ See the Getting Started guide links above for a detailed setup guide. This is a (See the Getting Started guide listed above for a full list of required steps with more details.) * Install host build dependencies mentioned in the Getting Started guide. -* Run the install script to set up the build environment. The options include `install.bat` or `install.ps1` for Windows, and `install.sh` or `install.fish` for Unix shells. -* Run the export script on Windows (`export.bat`) or source it on Unix (`source export.sh`) in every shell environment before using ESP-IDF. +* Run the install script to set up the build environment: + * for Windows: `install.bat` or `install.ps1` + * for Unix: `install.sh` or `install.fish` +* Run the export script in every shell environment before using ESP-IDF: + * for Windows: `export.bat` or `export.ps1` + * for Unix: `source export.sh`, `source export.fish` or `source-env export.nu` ## Configuring the Project