diff options
| author | Simon Brand <tartanllama@gmail.com> | 2018-11-15 11:18:48 +0000 |
|---|---|---|
| committer | Simon Brand <tartanllama@gmail.com> | 2018-11-15 11:23:34 +0000 |
| commit | 56c94a81027dae14ea8adabcbda800d0f7c10d0b (patch) | |
| tree | 1661c9711c5317e1bb6acc786e28700db1698caf /README.md | |
| parent | f1eb3aa4b95540a8fb4a8e8d341e4c08136bd756 (diff) | |
| download | vcpkg-56c94a81027dae14ea8adabcbda800d0f7c10d0b.tar.gz vcpkg-56c94a81027dae14ea8adabcbda800d0f7c10d0b.zip | |
Rename example documents
The current names and titles of the examples put too much emphasis on the package which is being demonstrated rather than the concept. This can be jarring for newcomers. This patch renames them to put the emphasis on the concept instead.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) and [adding a new package](docs/examples/packaging-zipfiles.md). Our docs are now also available online at ReadTheDocs: <https://vcpkg.readthedocs.io/>! |
