From 512a4917eae8ff198e7831cd02eeb25450ba87f0 Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Fri, 18 Oct 2024 18:42:48 +0100 Subject: [PATCH] [5.x] Remove mention of installing addons via CP from addon stub (#10975) --- src/Console/Commands/stubs/addon/README.md.stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/Commands/stubs/addon/README.md.stub b/src/Console/Commands/stubs/addon/README.md.stub index 5cb4c7da3a..5edc90d9f2 100644 --- a/src/Console/Commands/stubs/addon/README.md.stub +++ b/src/Console/Commands/stubs/addon/README.md.stub @@ -12,7 +12,7 @@ This addon does: ## How to Install -You can search for this addon in the `Tools > Addons` section of the Statamic control panel and click **install**, or run the following command from your project root: +You can install this addon via Composer: ``` bash composer require {{ package }}