aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRoelf-Jilling <r-j.wolthuis@live.com>2018-11-20 19:45:21 +0100
committerRoelf-Jilling <r-j.wolthuis@live.com>2018-11-20 19:45:21 +0100
commit370984d139c0799446e45706b45c8cb8eb77db44 (patch)
tree571d28239f4015588db65f91eb5c77531eb9d4d3 /README.md
parent381e4c94af038bd0ff364ddec918ea077c405ecf (diff)
parent2a283bd5224b5335a90539faa1b0ac7260411465 (diff)
downloadvcpkg-370984d139c0799446e45706b45c8cb8eb77db44.tar.gz
vcpkg-370984d139c0799446e45706b45c8cb8eb77db44.zip
Merge branch 'master' into documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 71a4091e0..93262a1ca 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ The best way to use installed libraries with CMake is via the toolchain file `sc
In Visual Studio, you can create a New Project (or open an existing one). All installed libraries are immediately ready to be `#include`'d and used in your project without additional configuration.
-For more information, see our [using a package](docs/examples/using-sqlite.md) example for the specifics.
+For more information, see our [using a package](docs/examples/installing-and-using-packages.md) example for the specifics.
Additional notes on macOS and Linux support can be found in the [official announcement](https://blogs.msdn.microsoft.com/vcblog/2018/04/24/announcing-a-single-c-library-manager-for-linux-macos-and-windows-vcpkg/).
@@ -50,7 +50,7 @@ and restart Powershell.
## Examples
-See the [documentation](docs/index.md) for specific walkthroughs, including [using a package](docs/examples/using-sqlite.md) and [adding a new package](docs/examples/packaging-zlib.md).
+See the [documentation](docs/index.md) for specific walkthroughs, including [installing and using a package](docs/examples/installing-and-using-packages.md), [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/>!