aspnet / Templates

This repo is OBSOLETE - please see the README file for information
Other
151 stars 57 forks source link

Wiki update needed to "How to run generated samples" #766

Closed scottaddie closed 6 years ago

scottaddie commented 7 years ago

The Wiki's Command Line section here references an invalid directory path. Replace the following:

C:\git\Templates\intermediate\Test\StarterWeb [dev]> dotnet run

With this:

C:\git\Templates\intermediate\ProjectTemplates\StarterWeb [dev]> dotnet run

projecttemplates

The same folder update should be made in the Visual Studio section here.

aspnet-hello commented 6 years ago

All issues in this repo are being closed because this repo is no longer in use. Please see the readme for more information: https://github.com/aspnet/Templates/blob/dev/README.md.