From f9e6214bd950105f705cc6252dc028b7529d9981 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 17 Sep 2024 11:07:27 +0200 Subject: [PATCH] Fix completion docs, fixes #12099 --- doc/03-cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/03-cli.md b/doc/03-cli.md index 5b29fd9b2..c189f1ebb 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -1086,8 +1086,8 @@ php composer.phar help install ## Command-line completion -Command-line completion can be enabled by following instructions -[on this page](https://github.com/bamarni/symfony-console-autocomplete). +Command-line completion can be enabled by running the `composer completion --help` command and +following the instructions. ## Environment variables