Update docs

This commit is contained in:
Victor Zverovich 2019-01-30 06:07:59 -08:00
parent 0700612249
commit bf6529f2ce

View File

@ -2,9 +2,10 @@
Usage Usage
***** *****
To use the fmt library, add :file:`format.h` and :file:`format.cc` from To use the {fmt} library, add :file:`fmt/core.h`, :file:`fmt/format.h`,
a `release archive <https://github.com/fmtlib/fmt/releases/latest>`_ :file:`fmt/format-inl.h`, :file:`src/format.cc` and optionally other headers
or the `Git repository <https://github.com/fmtlib/fmt>`_ to your project. from a `release archive <https://github.com/fmtlib/fmt/releases/latest>`_ or
the `Git repository <https://github.com/fmtlib/fmt>`_ to your project.
Alternatively, you can :ref:`build the library with CMake <building>`. Alternatively, you can :ref:`build the library with CMake <building>`.
If you are using Visual C++ with precompiled headers, you might need to add If you are using Visual C++ with precompiled headers, you might need to add