diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2021-06-04 03:43:05 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-03 12:43:05 -0700 |
| commit | a7b8f58dad149805236dfa17265a7980b7998331 (patch) | |
| tree | 8a4785d6683801c030935f6aa20f723542006369 | |
| parent | b121bba26ab8d1cba1828b16f80e5a986254e6d0 (diff) | |
| download | vcpkg-a7b8f58dad149805236dfa17265a7980b7998331.tar.gz vcpkg-a7b8f58dad149805236dfa17265a7980b7998331.zip | |
[vcpkg docs] Update readme.md (#18253)
* [vcpkg docs] Update readme.md
* Update README.md
* Update README.md
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -89,7 +89,7 @@ To install the libraries for your project, run: Note: This will install x86 libraries by default. To install x64, run: ```cmd -> .\vcpkg\vcpkg install package:x64-windows +> .\vcpkg\vcpkg install [package name]:x64-windows ``` Or @@ -324,7 +324,7 @@ including [installing and using a package](docs/examples/installing-and-using-pa [adding a new package from a zipfile](docs/examples/packaging-zipfiles.md), and [adding a new package from a GitHub repo](docs/examples/packaging-github-repos.md). -Our docs are now also available online at ReadTheDocs: <https://vcpkg.readthedocs.io/>! +Our docs are now also available online at our website https://vcpkg.io/. We really appreciate any and all feedback! You can submit an issue in https://github.com/vcpkg/vcpkg.github.io/issues. See a 4 minute [video demo](https://www.youtube.com/watch?v=y41WFKbQFTw). |
