Skip to content

Commit 6422251

Browse files
committed
Documentation update
- Add note and explanation about installing nanoff on a specific path. ***NO_CI***
1 parent a57d4ec commit 6422251

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,16 @@ You can invoke the tool using the following command: nanoff
3636
Tool 'nanoff' (version '9.9.9') was successfully installed.
3737
```
3838

39+
#### Install path issues
40+
41+
>Note: That are know issues running commands for STM32 devices when `nanoff` is installed in a path that contains diacritic characters.
42+
If that's the case with your user path, for example, you have to install it in a location that does have those.
43+
For that, use the following .NET Core CLI command on which you specify the path where the tool will be installed:
44+
45+
```console
46+
dotnet tool install nanoff --tool-path c:\a-plain-simple-path-to-install-the-tool
47+
```
48+
3949
## Update .NET **nanoFramework** Firmware Flasher
4050

4151
To update .NET **nanoFramework** Firmware Flasher tool use the following .NET Core CLI command:

0 commit comments

Comments
 (0)