diff --git a/README.md b/README.md index 3d3e779..2af3e1a 100644 --- a/README.md +++ b/README.md @@ -124,13 +124,14 @@ 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 sudo update-alternatives --config javac -# SBT +# Install SBT - https://www.scala-sbt.org/ echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2EE0EA64E40A89B84B2DF73499E82A75642AC823 sudo apt-get update