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.
Files changed (2) hide show
  1. package/README.md +4 -3
  2. 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 on Windows, run:
56
+ To install vcpkg, run:
57
57
 
58
58
  ```bash
59
- npm i -g vcpkg.cmd
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
  [![ORG](https://img.shields.io/badge/org-nodef-green?logo=Org)](https://nodef.github.io)
164
- ![](https://ga-beacon.deno.dev/G-RC63DPBH3P:SH3Eq-NoQ9mwgYeHWxu7cw/github.com/nodef/vcpkg.cmd)
165
+ ![](https://ga-beacon.deno.dev/G-RC63DPBH3P:SH3Eq-NoQ9mwgYeHWxu7cw/github.com/nodef/vcpkg.sh)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcpkg.cmd",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "C++ Library Manager for Windows, Linux, and MacOS; Microsoft (2016).",
5
5
  "main": "vcpkg.exe",
6
6
  "bin": {