We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964f958 commit 799bb21Copy full SHA for 799bb21
README.md
@@ -4,10 +4,10 @@ This package is a plugin that allows the bundling of Poetry projects into variou
4
5
## Installation
6
7
-The easiest way to install the `bundle` plugin is via the `plugin add` command of Poetry.
+The easiest way to install the `bundle` plugin is via the `self add` command of Poetry.
8
9
```bash
10
-poetry plugin add poetry-plugin-bundle
+poetry self add poetry-plugin-bundle
11
```
12
13
If you used `pipx` to install Poetry you can add the plugin via the `pipx inject` command.
0 commit comments