Skip to content

Commit 4f8718f

Browse files
committed
Update docs on update
***NO_CI***
1 parent f85fd75 commit 4f8718f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ To update .NET **nanoFramework** Firmware Flasher tool use the following .NET Co
5656
dotnet 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

6167
Once 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
```

0 commit comments

Comments
 (0)