From f347f753c9fb952ae3ec7abc8fb50c63156b4fbc Mon Sep 17 00:00:00 2001 From: opeco17 Date: Mon, 4 Mar 2024 02:35:49 +0000 Subject: [PATCH] Fix install method --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3f2134..4a3914b 100644 --- a/README.md +++ b/README.md @@ -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.