Update cross_tools.rst
diff --git a/docs/get_started/native_install/cross_tools.rst b/docs/get_started/native_install/cross_tools.rst
index 458eb01..5300c54 100644
--- a/docs/get_started/native_install/cross_tools.rst
+++ b/docs/get_started/native_install/cross_tools.rst
@@ -109,12 +109,12 @@
 Installing OpenOCD on Mac OS
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-#.  Install OpenOCD from Homebrew:
+#.  Install latest OpenOCD from Homebrew:
 
 .. code-block:: console
 
         $ brew update
-        $ brew install open-ocd
+        $ brew install open-ocd --HEAD
 
 #.  Check the OpenOCD version you are using:
 
@@ -129,7 +129,7 @@
         For bug reports, read
         http://openocd.org/doc/doxygen/bugs.html
 
-    You should see version: **0.10.0**.
+    You should see version: **0.10.0+dev-<latest#>**.
 
 Installing OpenOCD on Linux
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~