mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Add linux java8 install commands
This commit is contained in:
parent
1745a27d5f
commit
3a17d5062b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user