Skip to content

Commit

Permalink
[vcpkg docs] Update readme.md (microsoft#18253)
Browse files Browse the repository at this point in the history
* [vcpkg docs] Update readme.md

* Update README.md

* Update README.md

Co-authored-by: Robert Schumacher <[email protected]>
  • Loading branch information
PhoebeHui and ras0219-msft authored Jun 3, 2021
1 parent b121bba commit a7b8f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).

Expand Down

0 comments on commit a7b8f58

Please sign in to comment.