docs: update docs with new remove command

This commit is contained in:
Daylin Morgan 2023-08-08 08:44:45 -05:00
parent 8e1502951f
commit 570793870c
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

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