File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ You should also be able to run `dnx` and see the help text of the `dnx` command.
68
68
3 . Run ``` dnu restore ``` to restore the packages required by that sample.
69
69
4 . You should see a bunch of output as all the dependencies of the app are downloaded from MyGet.
70
70
5 . Run the sample using the appropriate DNX command:
71
- - For the console app run ` dnx . run ` .
72
- - For the web apps run ` dnx . web ` on Windows or ` dnx . kestrel ` on OS X/Linux.
71
+ - For the console app run ` dnx run ` .
72
+ - For the web apps run ` dnx web ` on Windows or ` dnx kestrel ` on OS X/Linux.
73
73
6 . You should see the output of the console app or a message that says the site is now started.
74
74
7 . You can navigate to the web apps in a browser by navigating to ` http://localhost:5001 ` or ` http://localhost:5004 ` if running on OS X/Linux.
75
75
You can’t perform that action at this time.
0 commit comments