From 09a0c35cf3fbadb2acb6c9860a11967528952834 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 18 May 2022 15:56:58 +0200 Subject: [PATCH] docs: `src/include` directory does not exist anymore Resolves #363 --- docs/usage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage.rst b/docs/usage.rst index bde4ea77..9e1ebe10 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -212,8 +212,8 @@ only a few of many options possible. Copy ^^^^ -As **mp-units** is a C++ header-only library you can simply copy *src/include* directory to -your source tree and use it as regular header files. +As **mp-units** is a C++ header-only library you can simply copy all needed ``src/*/include`` subdirectories +to your source tree. .. important::