Skip to content

Commit

Permalink
Fix missing new line.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro authored Jul 21, 2018
1 parent 6c673b0 commit 71950d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71950d7

Please sign in to comment.