Update README.md

Remove JDK constraints
This commit is contained in:
Dolu1990 2019-01-29 12:35:12 +01:00 committed by GitHub
parent b5caca54cd
commit 285f6bb6ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ Note that recently, the capability to remove the Fetch/Memory/WriteBack stage wa
On Ubuntu 14 :
```sh
# JAVA JDK 8. Do not try with JDK >= 9
# JAVA JDK 8
sudo add-apt-repository -y ppa:openjdk-r/ppa
sudo apt-get update
sudo apt-get install openjdk-8-jdk -y