From fd47bbd2996db18325278d800ab63323f2265045 Mon Sep 17 00:00:00 2001 From: Alexolut Date: Tue, 28 Oct 2025 22:44:32 +0100 Subject: [PATCH] Mention runtime_deploy as 3rd standard one --- reference/extensions/deployers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/extensions/deployers.rst b/reference/extensions/deployers.rst index 0dc1b777b7a7..391d117518b9 100644 --- a/reference/extensions/deployers.rst +++ b/reference/extensions/deployers.rst @@ -4,7 +4,7 @@ Deployers ========= Deployers are a mechanism to facilitate copying files from one folder, usually the Conan cache, to user folders. -While Conan provides two built-in ones (``full_deploy`` and ``direct_deploy``), users can easily manage their own +While Conan provides three built-in ones (``full_deploy``, ``direct_deploy`` and ``runtime_deploy``), users can easily manage their own with ``conan config install``. Deployers run before generators, and they can change the target folders.