aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/install.md
diff options
context:
space:
mode:
authorGravatar Shay Weiss <another.shay.weiss@gmail.com>2015-12-12 10:28:19 +0000
committerGravatar David Chen <dzc@google.com>2015-12-13 18:27:47 +0000
commit23ad8f6c9cc417716426f488839e2dbe4bf03e1c (patch)
tree618129a5a1d214d026bd2b6919ca56b4c7f8ce8b /site/docs/install.md
parent5e8752b64acf3b5d5ae0a8929f20119e1281628a (diff)
Clarify that add-apt-repository depends on software-common-properties
I got the "command not found" error for add-apt-repository on a clean Ubuntu installation and I think that the docs can be friendlier if they specify this :) -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/691 MOS_MIGRATED_REVID=110062139
Diffstat (limited to 'site/docs/install.md')
-rw-r--r--site/docs/install.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/site/docs/install.md b/site/docs/install.md
index 6e021d9b7a..eb42f4e9e0 100644
--- a/site/docs/install.md
+++ b/site/docs/install.md
@@ -31,6 +31,8 @@ $ sudo apt-get update
$ sudo apt-get install oracle-java8-installer
```
+Note: You might need to `sudo apt-get install software-properties-common` if you don't have the `add-apt-repository` command. See [here](http://manpages.ubuntu.com/manpages/wily/man1/add-apt-repository.1.html).
+
**Ubuntu Wily (15.10).** To install OpenJDK 8:
```