From c52d19e676397fd0c750c68c3022026dbdab8f93 Mon Sep 17 00:00:00 2001 From: Oliver Coad Date: Fri, 22 Dec 2017 22:19:29 +1100 Subject: [PATCH] Added build ILStrip to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc77eb9a..c865733a 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ If you want to extend Blazor itself, the setup is a bit more involved. #### Instructions * Clone this repo -* In a command prompt at the root of the repo, run `dotnet restore Blazor.Core.sln` +* In a command prompt at the root of the repo, run `dotnet build src\BuildUtils\ILStrip\ILStrip.sln & dotnet restore Blazor.Core.sln` * Now open `Blazor.Core.sln` in VS2017.3 or later * Expand `samples`, then `ClientServerApp`, then right click on `ClientServerApp.Server` and choose "*Set as StartUp Project*". * Launch the application using Ctrl+F5