You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -26,26 +26,26 @@ It makes use of several 3rd party tools:
26
26
Perform a one-time install of the **nanoFramework** Firmware Flasher tool using the following .NET Core CLI command:
27
27
28
28
```console
29
-
dotnet tool install -g nanoFirmwareFlasher
29
+
dotnet tool install -g nanoff
30
30
```
31
31
32
32
In case you're installing a pre-release version of the tool you have to specify the version number and the **nanoFramework** Azure DevOps NuGet feed as the source. Like this:
After a successful installation a message is displayed showing the command that's to be used to call the tool along with the version installed. Similar to the following example:
39
39
40
40
```console
41
41
You can invoke the tool using the following command: nanoff
42
-
Tool 'nanofirmwareflasher' (version '9.9.9-preview.100') was successfully installed.
42
+
Tool 'nanoff' (version '9.9.9-preview.100') was successfully installed.
43
43
```
44
44
45
45
To update **nanoFramework** Firmware Flasher tool use the following .NET Core CLI command:
0 commit comments