aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar laszlocsomor <laszlocsomor@google.com>2017-04-10 13:10:46 +0000
committerGravatar Jakob Buchgraber <buchgr@google.com>2017-04-11 10:49:37 +0200
commitdcaee091ce12867211fe10f3f2124081f2fd2779 (patch)
tree8a1e4f59b111ccba0e06d2cfedff8ba49c64207e /site
parentf795c7596ebc8289b6786eb44632724647ec40f0 (diff)
Docs: fix "<" and ">" in bash command
Fixes https://github.com/bazelbuild/bazel/issues/1586 RELNOTES: none PiperOrigin-RevId: 152679734
Diffstat (limited to 'site')
-rw-r--r--site/versions/master/docs/install-ubuntu.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/versions/master/docs/install-ubuntu.md b/site/versions/master/docs/install-ubuntu.md
index c39b6b1425..16e3f37950 100644
--- a/site/versions/master/docs/install-ubuntu.md
+++ b/site/versions/master/docs/install-ubuntu.md
@@ -78,8 +78,8 @@ your operating system.
Run the installer:
```bash
-chmod +x bazel-&lt;version&gt;-installer-&lt;os&gt;.sh
-./bazel-&lt;version&gt;-installer-&lt;os&gt;.sh --user
+chmod +x bazel-<version>-installer-<os>.sh
+./bazel-<version>-installer-<os>.sh --user
```
The `--user` flag installs Bazel to the `$HOME/bin` directory on your system and