Skip to content

Commit

Permalink
docs: add correct example command (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
nprt authored Dec 16, 2024
1 parent fb4bace commit c532d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c532d99

Please sign in to comment.