mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-12 12:13:15 -06:00
docs: update outdated command
This commit is contained in:
parent
29d9d965b3
commit
873310d900
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue