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 `_ -or the `Git repository `_ 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 `_ or +the `Git repository `_ to your project. Alternatively, you can :ref:`build the library with CMake `. If you are using Visual C++ with precompiled headers, you might need to add