From df1b219c464fd0b79a647cd7ea8456cd8cea8fed Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Sun, 20 Jan 2019 04:45:09 +0800 Subject: [PATCH] Update README to use web/app dotnet tool --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3155853..be3881f 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,9 @@ A basic Bootstrap + jQuery multi-page Content Website with dynamic Menu Navigati Run as a .NET Core Web App (Windows, macOS, Linux): - $ npm install -g @servicestack/cli $ dotnet tool install -g web - $ dotnet-new bare-webapp ProjectName + $ web new bare-webapp ProjectName $ cd ProjectName $ web @@ -19,10 +18,9 @@ Run as a .NET Core Web App (Windows, macOS, Linux): Run as a Desktop App (Windows only): - $ npm install -g @servicestack/cli $ dotnet tool install -g app - $ dotnet-new bare-webapp ProjectName + $ app new bare-webapp ProjectName $ cd ProjectName $ app