Escape newline in bash snippet so the newline doesn't break copy/pasting into a shell window.
RELNOTES: None.
PiperOrigin-RevId: 171047048
diff --git a/site/docs/install-os-x.md b/site/docs/install-os-x.md
index 99afc6b..47fe90a 100644
--- a/site/docs/install-os-x.md
+++ b/site/docs/install-os-x.md
@@ -31,7 +31,7 @@
Installing Homebrew is a one-time setup:
```bash
-/usr/bin/ruby -e "$(curl -fsSL
+/usr/bin/ruby -e "$(curl -fsSL \
https://raw.githubusercontent.com/Homebrew/install/master/install)"
```