Skip to content

Commit

Permalink
Fix installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jun 22, 2020
1 parent 7d0f5e7 commit bbc67ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/changelogs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelogs for Collections

The ``antsibull-changelog`` tool allows you to create and update changelogs for Ansible collections, that are similar to the ones provided by Ansible itself in earlier versions, and that are compatible to the combined Ansible Community Distribution changelogs.

The following instructions assume that antsibull has been properly installed, for example via ``pip install antsibull-changelog``. To get the current ``master`` branch, do ``pip install https://github.com/ansible-community/ansible-changelog/archive/master.tar.gz``. If it is used with ``poetry`` from git, ``antsibull-changelog`` has to be substituted with ``poetry run antsibull-changelog``.
The following instructions assume that antsibull has been properly installed, for example via ``pip install antsibull-changelog``. To get the current ``main`` branch, do ``pip install https://github.com/ansible-community/antsibull-changelog/archive/main.tar.gz``. If it is used with ``poetry`` from git, ``antsibull-changelog`` has to be substituted with ``poetry run antsibull-changelog``.

Bootstrapping changelogs for collections
========================================
Expand Down

0 comments on commit bbc67ba

Please sign in to comment.