From 1c579c75ebee37f18d8b731377d0b45475faeb20 Mon Sep 17 00:00:00 2001 From: Robert Muehsig Date: Tue, 17 Oct 2017 23:49:44 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4a735f..5042af2 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,10 @@ Build cross platform desktop apps with .NET Core and ASP.NET NET Core. * Now a electronnet.manifest.json should appear in your ASP.NET Core project * Now run the following: +``` dotnet electronize build - +``` + * In your default setting we just build the application for the OS you are running (Windows builds Windows, OSX builds OSX etc.), but this can be changed with: ```