Skip to content

Commit

Permalink
Add vcpkg in readme (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
theidexisted committed Dec 11, 2020
1 parent ae1fa0d commit b0c5ee1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@ Installation
Add ``termcolor.hpp`` to the project and use provided stream manipulators
from the ``termcolor`` namespace.

Vcpkg Integration
------------

Alternatively, if you are using the vcpkg_ dependency manager you can download and install termcolor with CMake integration in a single command:

.. _vcpkg: https://github.com/microsoft/vcpkg

.. code:: sh
vcpkg install termcolor
How to use?
-----------
Expand Down

0 comments on commit b0c5ee1

Please sign in to comment.