We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff4492 commit 37f083fCopy full SHA for 37f083f
README.md
@@ -9,10 +9,10 @@ This plugin provides the same features as the existing `export` command of Poetr
9
10
## Installation
11
12
-The easiest way to install the `export` plugin is via the `plugin add` command of Poetry.
+The easiest way to install the `export` plugin is via the `self add` command of Poetry.
13
14
```bash
15
-poetry plugin add poetry-plugin-export
+poetry self add poetry-plugin-export
16
```
17
18
If you used `pipx` to install Poetry you can add the plugin via the `pipx inject` command.
0 commit comments