mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-09-21 14:35:16 +00:00
Update README.md
This commit is contained in:
10
README.md
10
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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user