Merge pull request #8763 from ogarcia/docs

Docs: fix path of Vagrant location for OSX
This commit is contained in:
Brian Cain 2017-07-17 09:14:23 -07:00 committed by GitHub
commit c819beca52
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ On **Windows**
On **Mac OS X**:
```sh
rm -rf /Applications/Vagrant
rm -rf /opt/vagrant
rm -f /usr/local/bin/vagrant
sudo pkgutil --forget com.vagrant.vagrant
```