From b97cedb4eb24a535f712bac0d9fb71f0bcac5424 Mon Sep 17 00:00:00 2001 From: Praburaj Date: Mon, 14 Apr 2014 12:38:10 -0700 Subject: [PATCH] Updating the Readme.md to remove a manual clean up step instruction as the scripts already perform that. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95f1aa8c41..569cb8693e 100644 --- a/README.md +++ b/README.md @@ -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