Skip to content

Commit 37f083f

Browse files
authored
docs: update installation command (#100)
1 parent 0ff4492 commit 37f083f

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
@@ -9,10 +9,10 @@ This plugin provides the same features as the existing `export` command of Poetr
99

1010
## Installation
1111

12-
The easiest way to install the `export` plugin is via the `plugin add` command of Poetry.
12+
The easiest way to install the `export` plugin is via the `self add` command of Poetry.
1313

1414
```bash
15-
poetry plugin add poetry-plugin-export
15+
poetry self add poetry-plugin-export
1616
```
1717

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

0 commit comments

Comments
 (0)