aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--site/docs/install-ubuntu.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/site/docs/install-ubuntu.md b/site/docs/install-ubuntu.md
index 16f236163c..6ed22723cf 100644
--- a/site/docs/install-ubuntu.md
+++ b/site/docs/install-ubuntu.md
@@ -109,9 +109,3 @@ export PATH="$PATH:$HOME/bin"
```
You can also add this command to your `~/.bashrc` file.
-
-Once installed, you can upgrade to a newer version of Bazel with:
-
-```bash
-sudo apt-get upgrade bazel
-```