From b6f81ea159b1b243ab879c88ed4b5361d08e1da4 Mon Sep 17 00:00:00 2001 From: Kapil Thangavelu Date: Tue, 14 Mar 2023 05:18:14 -0400 Subject: [PATCH] docs - update readme plugin install instructions (#7) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b16968e..7131d1d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ A post build / pre publish command to allow for creating wheels with frozen depe ```shell # install plugin -poetry self install poetry-plugin-freeze +poetry self add poetry-plugin-freeze # build per normal poetry build