aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/install.md
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-01-14 10:14:00 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-01-15 09:21:56 +0000
commit980eebcbd35ab931bef3a365eb120ef8080c5d33 (patch)
tree0e75343a35f7644c6daa998e1daab7d9f879be04 /site/docs/install.md
parent3c222dc9293d78dcf731518a02029c42d971ed36 (diff)
Stop recommending installing openjdk-source
It isn't necessary anymore. -- MOS_MIGRATED_REVID=112132272
Diffstat (limited to 'site/docs/install.md')
-rw-r--r--site/docs/install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/install.md b/site/docs/install.md
index 15f243a65f..ee77bb98c3 100644
--- a/site/docs/install.md
+++ b/site/docs/install.md
@@ -36,7 +36,7 @@ Note: You might need to `sudo apt-get install software-properties-common` if you
**Ubuntu Wily (15.10).** To install OpenJDK 8:
```
-$ sudo apt-get install openjdk-8-jdk openjdk-8-source
+$ sudo apt-get install openjdk-8-jdk
```
#### 2. Install required packages