Skip to content

Commit

Permalink
docs: use poetry add --group dev instead of poetry add --dev (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubmit committed Oct 12, 2022
1 parent adf7c14 commit 6924b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -64,7 +64,7 @@ Installation

.. code-block:: bash
poetry add --dev poethepoet
poetry add --group dev poethepoet
3.
Or into poetry as a plugin (requires poetry >= 1.2)
Expand Down Expand Up @@ -173,7 +173,7 @@ Or just install it as a dev dependency with poetry and run it like

.. code-block:: bash
poetry add --dev poethepoet
poetry add --group dev poethepoet
poetry run poe [options] task [task_args]
Though in that case you might like to define :bash:`alias poe='poetry run poe'`.
Expand Down

0 comments on commit 6924b81

Please sign in to comment.