website/docs: clearer about uninstall for mac [GH-4043]

This commit is contained in:
Mitchell Hashimoto 2014-08-07 11:56:09 -07:00
parent 5ed0b22c78
commit 0597344af4
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,9 @@ On **Windows**, uninstall using the add/remove programs section of
the control panel.
On **Mac OS X**, remove the `/Applications/Vagrant` directory and
the `/usr/bin/vagrant` file.
the `/usr/bin/vagrant` file. Also execute
`sudo pkgutil --forget com.vagrant.vagrant` to have OS X
forget that Vagrant was ever installed.
On **Linux**, remove the `/opt/vagrant` directory and the `/usr/bin/vagrant`
file.