From 35946c3fdcbf2ae3f13c1f7a7f8f0fc9ca0434a7 Mon Sep 17 00:00:00 2001 From: Robert Muehsig Date: Tue, 3 Oct 2017 23:46:00 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba27501..524c5d5 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,12 @@ The WebApp now has referenced the API NuGet package and via the .csproj referenc Navigate to the WebApp folder and type this in a command prompt: - dotnet electronize \ No newline at end of file + dotnet electronize + +# Dev Notes: Dev Workflow (at least for the CLI extension is this a must) + +* Change something in the CLI project +* rebuild the project (a nuget package should now appear in the /artifacts directory) +* make sure there is no ElectronNET.CLI package in your %userprofile%\.nuget\packages cache with the same version +* execute dotnet restore in the WebApp +* execute dotnet electronize