From ad06270d628e933eecdfee0d1850fcc5d7ca1809 Mon Sep 17 00:00:00 2001 From: "Frank A. Krueger" Date: Sat, 5 Jan 2019 10:35:16 -0800 Subject: [PATCH] Simplify Samples execution --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 0bd57ad..ec4ed8c 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,7 @@ You can also load [https://s3.amazonaws.com/praeclarum.org/wasm/index.html](http git clone git@github.com:praeclarum/Ooui.git cd Ooui -dotnet restore -msbuild -dotnet run --project Samples/Samples.csproj --no-build +dotnet run --project Samples/Samples.csproj ``` This will open the default starting page for the Samples. Now point your browser at [http://localhost:8080/shared-button](http://localhost:8080/shared-button)