diff --git a/README.md b/README.md index b17e34b..2255d9a 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Commands are grouped by artifact type: ### From a NuGet feed ``` -dotnet tool install --global dvx --add-source +dotnet tool install dvx.cli --global --add-source ``` ### From source @@ -58,7 +58,7 @@ dotnet tool install --global dvx --add-source ``` cd src/dvx dotnet pack -dotnet tool install --global --add-source ./bin/Debug dvx +dotnet tool install dvx.cli --global --source ./bin/Debug dvx ``` Verify the install: