Skip to content

Commit 799bb21

Browse files
authored
docs: update installation command (#25)
1 parent 964f958 commit 799bb21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ This package is a plugin that allows the bundling of Poetry projects into variou
44

55
## Installation
66

7-
The easiest way to install the `bundle` plugin is via the `plugin add` command of Poetry.
7+
The easiest way to install the `bundle` plugin is via the `self add` command of Poetry.
88

99
```bash
10-
poetry plugin add poetry-plugin-bundle
10+
poetry self add poetry-plugin-bundle
1111
```
1212

1313
If you used `pipx` to install Poetry you can add the plugin via the `pipx inject` command.

0 commit comments

Comments
 (0)