From 77245bdc1a1e57ca4e3249cfe5e283c6901e1845 Mon Sep 17 00:00:00 2001 From: Clinton Alexander Date: Mon, 25 Jul 2016 11:55:23 +0100 Subject: [PATCH] Fixed a typo in the docs. --- docs/source/running-the-demos.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/running-the-demos.rst b/docs/source/running-the-demos.rst index ca0f763021..90e41f8f8d 100644 --- a/docs/source/running-the-demos.rst +++ b/docs/source/running-the-demos.rst @@ -30,7 +30,7 @@ Open two terminals, and in the first run: **Other**:: - Other: ./gradlew installDist && ./build/install/r3prototyping/bin/trader-demo --role=BUYER + ./gradlew installDist && ./build/install/r3prototyping/bin/trader-demo --role=BUYER It will compile things, if necessary, then create a directory named trader-demo/buyer with a bunch of files inside and start the node. You should see it waiting for a trade to begin.