Updating the Readme.md to remove a manual clean up step instruction as the scripts already perform that.

This commit is contained in:
Praburaj 2014-04-14 12:38:10 -07:00
Родитель 9127f5b930
Коммит b97cedb4eb
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -6,9 +6,9 @@
3. [Helios]:
4. Helios.cmd to launch the app on IISExpress.
4. [SelfHost]:
5. Run Selfhost.cmd (This runs k web) (Note: If your changes to C# files are not picked up in successive builds - try deleting the bin and obj folder)
5. Run Selfhost.cmd (This runs k web)
5. [CustomHost]:
6. Run CustomHost.cmd (This hosts the app in a console application) (Note: If your changes to C# files are not picked up in successive builds - try deleting the bin and obj folder)
6. Run CustomHost.cmd (This hosts the app in a console application)
### Adding a new package:
1. Edit the project.json to include the package you want to install