Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: use poe --group dev instead of poe --dev #98

Merged
merged 2 commits into from Oct 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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