Merge pull request #30 from mithro/mithro-patch-1
Two minor fixes to README.md
This commit is contained in:
commit
dbda31ad15
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue