fix path in OSX vagrant uninstallation steps
This commit is contained in:
parent
88fd100011
commit
c5159e178c
|
@ -29,7 +29,7 @@ On **Mac OS X**:
|
|||
|
||||
```sh
|
||||
rm -rf /Applications/Vagrant
|
||||
rm -f /usr/bin/vagrant
|
||||
rm -f /usr/local/bin/vagrant
|
||||
sudo pkgutil --forget com.vagrant.vagrant
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue