Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Gadorek authored and Hahihula committed Dec 12, 2024
1 parent 029fa00 commit 6f01f6a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ smart-punctuation = true
git-repository-url="https://github.com/espressif/idf-im-ui.git"
copy-theme = true
additional-files = ["theme"]
site-url = "https://docs.espressif.com/projects/idf-im-ui/en/latest/"
2 changes: 1 addition & 1 deletion docs/src/after_installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ On Windows, the installer creates an icon on your desktop labeled IDF_PowerShell
In the installation directory you selected, there will be a .sh script that, when sourced, activates the ESP-IDF environment in your current shell. It’s important to note that this script should be sourced, not executed directly. If you’ve installed multiple versions of ESP-IDF, there will be a separate script for each version.

> **Note**
> The script should be really sourced and not executed
> The script must be sourced and not executed!
4 changes: 2 additions & 2 deletions docs/src/configuration.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Configuration

you can open configuration file and than either proceed with simplified instalation or go trought wizard.
You can open the configuration file and proceed with simplified installation or go through the wizard.

![Instalation setup](./screenshots/instal_setup.png)

#### Config File

The installer can use a TOML configuration file. the file can be loaded (or drag&dropped) just before choosing between simplified or wizard installation.
The installer can use a TOML configuration file. the file can be loaded (or draged & dropped) just before choosing between simplified or wizard installation.

Here is an example of what a configuration file might look like:

Expand Down
2 changes: 1 addition & 1 deletion docs/src/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Below are the minimum requirements for running the ESP-IDF. The Installation Man

To get started with ESP-IDF, you need Git, CMake, Ninja, and Python. The ESP-IDF Installation Manager will verify the required prerequisites on your system and install any that are missing.

For more details about ESP-IDF prerequisites, please refer to [the ESP-IDF prerequisites documentation](https://docs.espressif.com/projects/esp-idf/en/v4.2.2/esp32/get-started/windows-setup.html).
For more details about ESP-IDF prerequisites, please refer to [the ESP-IDF documentation](https://docs.espressif.com/projects/esp-idf/en/v4.2.2/esp32/get-started/windows-setup.html).

> **Note**
> If any of these prerequisites are missing, the installer will prompt you to install them. If you agree, the installer will automatically install and configure everything required to run ESP-IDF.
Expand Down

0 comments on commit 6f01f6a

Please sign in to comment.