From 2bd951f1c6940176a9697cbf3145998ffcf8cda3 Mon Sep 17 00:00:00 2001 From: Wei Wang Date: Tue, 24 Mar 2015 00:51:09 -0700 Subject: [PATCH] Rename kpm to dnu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a6cb54167..4d14b1f24f 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,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 ```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 K command: - For the console app run ```k run```.