From ba321121e51d9dc1d582690d6e274a406b047253 Mon Sep 17 00:00:00 2001 From: Clinton Alexander Date: Fri, 9 Dec 2016 15:05:18 +0000 Subject: [PATCH] Fixed instructions in readme --- gradle-plugins/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle-plugins/README.rst b/gradle-plugins/README.rst index 647398b752..cf22310800 100644 --- a/gradle-plugins/README.rst +++ b/gradle-plugins/README.rst @@ -18,7 +18,7 @@ If you need to bootstrap the corda repository you can install these plugins with .. code-block:: text cd publish-utils - ../../gradle install + ../../gradlew -u install cd ../ - ../gradle install + ../gradlew install