We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2f67f commit 2bd951fCopy full SHA for 2bd951f
README.md
@@ -99,7 +99,7 @@ The samples in this repo are basic starting points for you to experiment with.
99
100
1. Clone the Home repository
101
2. Change directory to the folder of the sample you want to run
102
-3. Run ```kpm restore``` to restore the packages required by that sample.
+3. Run ```dnu restore``` to restore the packages required by that sample.
103
4. You should see a bunch of output as all the dependencies of the app are downloaded from MyGet.
104
5. Run the sample using the appropriate K command:
105
- For the console app run ```k run```.
0 commit comments