Skip to content

Commit

Permalink
Rename kpm to dnu
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengTian committed Mar 24, 2015
1 parent be2f67f commit 2bd951f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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```.
Expand Down

0 comments on commit 2bd951f

Please sign in to comment.