From 227985fdc7794c9062455e5290950ce01a8397fe Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Mon, 14 Apr 2014 18:08:21 +0200 Subject: [PATCH] add bitcoinj as submodule --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 792b9afac1..91af97485e 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,9 @@ This is just a first very basic GUI prototype with mock data. There is only the trade process for Sell BTC and the role of the offer taker modelled yet. The project use Java 8 and Maven. -We use bitcoinj library as a submodule. -To get the project with the submodule included use: git clone --recursive git://github.com/bitsquare/bitsquare + +We use bitcoinj library as a submodule. To get the project with the submodule included use: +git clone --recursive git://github.com/bitsquare/bitsquare ### Implemented (prototype level): * Screen for orderbook with filtering mock offers by amount, price and order type (buy, sell), other filters not impl. yet