docs: update outdated command

This commit is contained in:
Daylin Morgan 2023-10-18 13:58:19 -05:00
parent 29d9d965b3
commit 873310d900
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: