File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,12 @@ To update .NET **nanoFramework** Firmware Flasher tool use the following .NET Co
5656dotnet tool update -g nanoff
5757```
5858
59+ If the tool was installed at a specific path, use the following .NET Core CLI command instead:
60+
61+ ``` console
62+ dotnet tool update -g nanoff --tool-path c:\path-where-the-tool-was-installed
63+ ```
64+
5965## Usage
6066
6167Once the tool is installed, you can call it by using its command ` nanoff ` , which is a short version of the name to ease typing.
@@ -73,7 +79,8 @@ nanoff --help
7379## ESP32 usage examples
7480
7581> Note: some ESP32 boards have issues entering bootloader mode. This can be usually overcome by holding down the BOOT/FLASH button in the board.
76- In case nanoff detects this situation the following warning is shown:
82+ In case nanoff detects this situation the following warning is shown:
83+
7784``` console
7885*** Hold down the BOOT/FLASH button in ESP32 board ***
7986```
You can’t perform that action at this time.
0 commit comments