Skip to content

Commit

Permalink
Merge pull request #20 from opeco17/update-document
Browse files Browse the repository at this point in the history
Fix install method
  • Loading branch information
opeco17 authored Mar 4, 2024
2 parents 66fd80d + f347f75 commit 7d4522d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Scanning 19 packages...

## Installation

The easiest way to install the `audit` plugin is via the `plugin add` command of Poetry.
The easiest way to install the `audit` plugin is via the `self add` command of Poetry.

```bash
poetry plugin add poetry-audit-plugin
poetry self add poetry-audit-plugin
```

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

0 comments on commit 7d4522d

Please sign in to comment.