mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-09 19:13:14 -06:00
docs: update docs with new remove command
This commit is contained in:
parent
8e1502951f
commit
570793870c
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue