README.md: add missing newline

Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
John McMaster 2018-07-11 11:28:59 -07:00
parent 6c673b0749
commit 93d8a38664
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 : On Ubuntu 14 :
```sh ```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 update
sudo apt-get install openjdk-8-jdk -y sudo apt-get install openjdk-8-jdk -y
sudo update-alternatives --config java sudo update-alternatives --config java