From 873310d900eebc7ee846c780c9ac3dda36d19a31 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 18 Oct 2023 13:58:19 -0500 Subject: [PATCH] docs: update outdated command --- README.md | 2 +- docs/usage.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a34d1e..4b9596f 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ __import__("viv").use("click") To remove all `vivenvs` you can use the below command: ```sh -viv cache remove $(viv list -q) +viv env remove $(viv list -q) ``` To remove `viv` altogether you can use the included `purge` command: diff --git a/docs/usage.md b/docs/usage.md index 0e64f00..a16278a 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -10,7 +10,7 @@ __import__("viv").use("click") To remove all `vivenvs` you can use the below command: ```sh -viv cache remove $(viv list -q) +viv env remove $(viv list -q) ``` To remove `viv` all together you can use the included `purge` command: