Skip to content

Commit 960f7fe

Browse files
authored
Add sample nanoff update command in console (#89)
***NO_CI***
1 parent 0154fa9 commit 960f7fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nanoFirmwareFlasher/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ private static void CheckVersion()
108108
{
109109
Console.ForegroundColor = ConsoleColor.DarkYellow;
110110
Console.WriteLine("** There is a new version available, update is recommended **");
111+
Console.WriteLine("** You should consider updating via the 'dotnet tool update -g nanoff' command **");
112+
Console.WriteLine("** If you have it installed on a specific path please check the instructions here: https://git.io/JiU0C **");
111113
Console.ForegroundColor = ConsoleColor.White;
112114
}
113115
}

0 commit comments

Comments
 (0)