From 2420a7eb7808317dea792e83a7c552fff7d8e3be Mon Sep 17 00:00:00 2001 From: Jake Scott Date: Thu, 26 Mar 2015 08:55:43 +1300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 871a2c34c4bf..42ec24a37d37 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ The samples in this repo are basic starting points for you to experiment with. 1. Clone the Home repository 2. Change directory to the folder of the sample you want to run -3. Run ```kpm restore``` to restore the packages required by that sample. +3. Run ```kpm restore``` or ```dnu restore``` to restore the packages required by that sample. 4. You should see a bunch of output as all the dependencies of the app are downloaded from MyGet. 5. Run the sample using the appropriate `dnx` command: - For the console app run ```dnx . run```.