diff --git a/Documentation/InstallationManual/Installing.md b/Documentation/InstallationManual/Installing.md index b47e500b4f..4357721d00 100644 --- a/Documentation/InstallationManual/Installing.md +++ b/Documentation/InstallationManual/Installing.md @@ -74,7 +74,7 @@ You can find the Mac OS X packages here: Homebrew {#InstallingMacOSXHomebrew} ------------------------------------ -If you are using @EXTREF{http://mxcl.github.com/homebrew/,homebrew}, +If you are using @S_EXTREF{http://mxcl.github.com/homebrew/,homebrew}, then you can install the ArangoDB using `brew` as follows: brew install arangodb @@ -93,6 +93,20 @@ If you want to install the latest version use: brew install --HEAD arangodb +You can unstall ArangoDB using + + brew uninstall arangodb + +However, in case you started ArangoDB using the launchctl, then you +need to unload it before uninstalling the server. + + launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.arangodb.plist + +Then remove the LaunchAgent + + rm ~/Library/LaunchAgents/homebrew.mxcl.arangodb.plist + + Apples App Store {#InstallingMacOSXAppStore} --------------------------------------------