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: