aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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:
```