From 570793870ccd171df485e2430e94cbf0721e62e2 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 8 Aug 2023 08:44:45 -0500 Subject: [PATCH] docs: update docs with new remove command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eaca096..c91829e 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ __import__("viv").use("click") To remove all `vivenvs` you can use the below command: ```sh -viv remove $(viv list -q) +viv cache remove $(viv list -q) ``` To remove `viv` all together you can use the included `purge` command: