From c532d99277cf464a180c2c21c55876dcea5093a3 Mon Sep 17 00:00:00 2001 From: nprt Date: Mon, 16 Dec 2024 13:18:46 +0100 Subject: [PATCH] docs: add correct example command (#88) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a81e883..5149048 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,13 @@ collections: If you want to install collections in the project space, you have to run: ```commandline mkdir collections -ansible-polkadot collection install -f -r requirements.yml -p ./collections +ansible-galaxy collection install -f -r requirements.yml -p ./collections ``` If you want to install collections in the global space (`~/.ansible/collections`), you have to run: ```commandline -ansible-polkadot collection install -f -r requirements.yml +ansible-galaxy collection install -f -r requirements.yml ``` ## Roles