@@ -205,13 +205,17 @@ this library.
205205* Packaging maintainers or developers who prefer to install the library in a
206206 fixed directory (such as `/usr/local` or `/opt`) should consult the
207207 [packaging guide](/doc/packaging.md).
208+ - Developers that prefer using a package manager such as
209+ [vcpkg](https://vcpkg.io), [Conda](https://conda.io),
210+ or [Conan](https://conan.io) should follow the instructions for their package
211+ manager.
208212* Developers wanting to use the libraries as part of a larger CMake or Bazel
209213 project should consult the [quickstart guides](#quickstart) for the library
210214 or libraries they want to use.
211- * Developers wanting to compile the library just to run some of the examples or
215+ * Developers wanting to compile the library just to run some examples or
212216 tests should read the current document.
213217* Contributors and developers to `google-cloud-cpp` should consult the guide to
214- [setup a development workstation][howto-setup-dev-workstation].
218+ [set up a development workstation][howto-setup-dev-workstation].
215219
216220[howto-setup-dev-workstation]: /doc/contributor/howto-guide-setup-development-workstation.md
217221
@@ -606,15 +610,19 @@ some experience as a C++ developer and that you have a working C++ toolchain
606610* Packaging maintainers or developers who prefer to install the library in a
607611 fixed directory (such as `/usr/local` or `/opt`) should consult the
608612 [packaging guide](/doc/packaging.md).
613+ - Developers that prefer using a package manager such as
614+ [vcpkg](https://vcpkg.io), [Conda](https://conda.io),
615+ or [Conan](https://conan.io) should follow the instructions for their package
616+ manager.
609617* Developers wanting to use the libraries as part of a larger CMake or Bazel
610618 project should consult the current document. Note that there are similar
611619 documents for each library in their corresponding directories.
612- * Developers wanting to compile the library just to run some of the examples or
620+ * Developers wanting to compile the library just to run some examples or
613621 tests should consult the
614622 [building and installing](/README.md#building-and-installing) section of the
615623 top-level README file.
616624* Contributors and developers to `google-cloud-cpp` should consult the guide to
617- [setup a development workstation][howto-setup-dev-workstation].
625+ [set up a development workstation][howto-setup-dev-workstation].
618626
619627[howto-setup-dev-workstation]: /doc/contributor/howto-guide-setup-development-workstation.md
620628
0 commit comments