Skip to content

Commit f85fd75

Browse files
committed
Improve doc on install path
***NO_CI***
1 parent 6422251 commit f85fd75

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,16 @@ Tool 'nanoff' (version '9.9.9') was successfully installed.
3838

3939
#### Install path issues
4040

41-
>Note: That are know issues running commands for STM32 devices when `nanoff` is installed in a path that contains diacritic characters.
41+
:warning: That are know issues running commands for STM32 devices when `nanoff` is installed in a path that contains diacritic characters. This is caused by a known bug in STM32 Cube Programmer.
4242
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:
43+
To accomplish that, use the following .NET Core CLI command on which the path where the tool will be installed is specified:
4444

4545
```console
4646
dotnet tool install nanoff --tool-path c:\a-plain-simple-path-to-install-the-tool
4747
```
4848

49+
Note that if you're not using `nanoff` with STM32 devices, this limitation does not apply.
50+
4951
## Update .NET **nanoFramework** Firmware Flasher
5052

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

0 commit comments

Comments
 (0)