docs: restructure install/export instructions, mention nushell

This commit is contained in:
Anna Antonenko 2024-05-22 23:38:53 +03:00
parent 6a771e5a75
commit d8d374ad75
No known key found for this signature in database
GPG Key ID: 89A260885DBA8CF2

View File

@ -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.) (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. * 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 install script to set up the build environment:
* Run the export script on Windows (`export.bat`) or source it on Unix (`source export.sh`) in every shell environment before using ESP-IDF. * 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 ## Configuring the Project