Skip to content

Commit 4c10df1

Browse files
automatic update
1 parent 376b00e commit 4c10df1

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

docs/getting-started/rust.mdx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,6 @@ dotnet tool update -g vpk
5252
```
5353
***Note: you must have the .NET Core SDK 8 installed to use and update `vpk`***
5454

55-
:::tip
56-
It's recommended to use the same version of `vpk` as the Velopack package referenced in your application to ensure compatibility.
57-
:::
58-
59-
Alternatively, you can run `vpk` without installing it globally using the [`dnx`](https://learn.microsoft.com/dotnet/core/tools/dotnet-tool-exec?WT.mc_id=DT-MVP-5003472) command:
60-
```sh
61-
dnx vpk --version 1.0.0
62-
```
63-
64-
Replace `1.0.0` with the version of the Velopack package you're using in your application.
65-
6655
6. Package your Velopack release / installers:
6756
```sh
6857
vpk pack -u MyAppUniqueId -v 1.0.0 -p /target/release -e myexename.exe

0 commit comments

Comments
 (0)