Fix missing new line.

This commit is contained in:
Tim Ansell 2018-07-20 17:14:46 -07:00 committed by GitHub
parent 6c673b0749
commit 71950d72d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -124,7 +124,8 @@ The following configuration results in 1.44 DMIPS/MHz:
On Ubuntu 14 :
```sh
# JAVA JDK 8. Do not try with JDK >= 9sudo add-apt-repository -y ppa:openjdk-r/ppa
# JAVA JDK 8. Do not try with JDK >= 9
sudo add-apt-repository -y ppa:openjdk-r/ppa
sudo apt-get update
sudo apt-get install openjdk-8-jdk -y
sudo update-alternatives --config java