Skip to content

Commit

Permalink
docs(readme): remove dotnet run command
Browse files Browse the repository at this point in the history
Removing dotnet run command until fix is created.
Related: #124
  • Loading branch information
MarkPieszak committed Jul 7, 2019
1 parent 1657c35 commit 860f18a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ Note:
You have two choices when it come at how your preffer to run it. You can either use the command line or the build-in run command.

### 1. Using the command line
Run the application using `dotnet run` or `npm run dev`
- note `dotnet run` should be run in `Development` environment for hot reloading. This setting can be set either within the command line or via the `launchSettings.json` available in the `Properties` folder.
Run the application using `npm run dev`.

### 2. Using the built-in run command
Run the application in VSCode or Visual Studio 2017 by hitting `F5`.
Expand Down

0 comments on commit 860f18a

Please sign in to comment.