vcpkg.cmd 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -53,10 +53,11 @@ tab completion to your terminal](https://learn.microsoft.com/vcpkg/commands/inte
|
|
|
53
53
|
|
|
54
54
|
# Installation
|
|
55
55
|
|
|
56
|
-
To install vcpkg
|
|
56
|
+
To install vcpkg, run:
|
|
57
57
|
|
|
58
58
|
```bash
|
|
59
|
-
npm i -g vcpkg.
|
|
59
|
+
npm i -g vcpkg.sh # On Linux / macOS
|
|
60
|
+
npm i -g vcpkg.cmd # On Windows
|
|
60
61
|
```
|
|
61
62
|
|
|
62
63
|
This installs the vcpkg command globally using npm, with telemetry disabled by default.
|
|
@@ -161,4 +162,4 @@ Read more about vcpkg telemetry at [https://learn.microsoft.com/vcpkg/about/priv
|
|
|
161
162
|
|
|
162
163
|
|
|
163
164
|
[](https://nodef.github.io)
|
|
164
|
-

|