Skip to content

Commit c10469d

Browse files
committed
Update preview version URL
Signed-off-by: José Simões <[email protected]>
1 parent e8b305f commit c10469d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ Perform a one-time install of the **nanoFramework** Firmware Flasher tool using
2727
dotnet tool install -g nanoFirmwareFlasher
2828
```
2929

30-
In case you're installing a pre-release version of the tool you have to specify the version number and the **nanoFramework** MyGet feed as the source. Like this:
30+
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:
3131

3232
```console
33-
dotnet tool install -g nanoFirmwareFlasher --version 9.9.9-preview.100 --add-source https://www.myget.org/F/nanoframework-dev/api/v3/index.json
33+
dotnet tool install -g nanoFirmwareFlasher --version 9.9.9-preview.100 --add-source https://pkgs.dev.azure.com/nanoframework/feed/_packaging/sandbox/nuget/v3/index.json
3434
```
3535

3636
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:

0 commit comments

Comments
 (0)