aboutsummaryrefslogtreecommitdiff
path: root/doc/usage.rst
diff options
context:
space:
mode:
authorVictor Zverovich <victor.zverovich@gmail.com>2019-01-30 06:07:59 -0800
committerVictor Zverovich <victor.zverovich@gmail.com>2019-01-30 06:07:59 -0800
commitbf6529f2ce688c3a19e42c790f0a0bd36f2a95b4 (patch)
tree19fe5feb4a60dc12b40b9290281ca912b73fa586 /doc/usage.rst
parent070061224981bdb101092f4a91a19ee083c1eb01 (diff)
downloadfmtlib-bf6529f2ce688c3a19e42c790f0a0bd36f2a95b4.tar.gz
Update docs
Diffstat (limited to 'doc/usage.rst')
-rw-r--r--doc/usage.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/usage.rst b/doc/usage.rst
index 29b2cbc6..ca925162 100644
--- a/doc/usage.rst
+++ b/doc/usage.rst
@@ -2,9 +2,10 @@
Usage
*****
-To use the fmt library, add :file:`format.h` and :file:`format.cc` from
-a `release archive <https://github.com/fmtlib/fmt/releases/latest>`_
-or the `Git repository <https://github.com/fmtlib/fmt>`_ to your project.
+To use the {fmt} library, add :file:`fmt/core.h`, :file:`fmt/format.h`,
+:file:`fmt/format-inl.h`, :file:`src/format.cc` and optionally other headers
+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>`.
If you are using Visual C++ with precompiled headers, you might need to add