Add linux java8 install commands

This commit is contained in:
Manfred Karrer 2014-09-30 21:43:27 +02:00
parent 1745a27d5f
commit 3a17d5062b

View File

@ -11,6 +11,12 @@ Instead, all participants form a peer to peer market.
- [JDK 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
For installing Java 8 on Linux user that:
sudo apt-get purge openjdk*
sudo add-apt-repository -y ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
## Development setup
git clone https://github.com/bitsquare/bitsquare.git