Skip to content

Commit

Permalink
Update README to use web/app dotnet tool
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jan 19, 2019
1 parent 57e3233 commit df1b219
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,19 @@ 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

> To run in VS Code type `Ctrl+Shift+B` to run the configured `build` task.
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

Expand Down

0 comments on commit df1b219

Please sign in to comment.