Update tutorial-cordapp.rst

Hey,
It is Peter, I am the dev-rel person at NY office. I found the current tutorial on running example cordapp-example on IntelliJ is a bit confusing. So I add a few lines to clarify it.
This commit is contained in:
peterli-r3 2019-05-29 22:02:32 -04:00 committed by Mike Hearn
parent 5cee8607f5
commit d932c8b336

@ -285,6 +285,10 @@ It usually takes around 60 seconds for the nodes to finish starting up. Each nod
Running the example CorDapp from IntelliJ
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Load the project by opening the project folder (Do not use "Import Project" functionality by IntelliJ because it will overwrite the pre-existing configuration)
* Follow the prompt to ``import Graddle project``
* Select the ``Run Example CorDapp - Kotlin`` run configuration from the drop-down menu at the top right-hand side of
the IDE
@ -293,6 +297,8 @@ Running the example CorDapp from IntelliJ
.. image:: resources/run-config-drop-down.png
:width: 400
* Select ``cordapp-example.workflows-kotlin.test`` for the Use classpath of module field, and then click Run
* To stop the nodes, press the red square button at the top right-hand side of the IDE, next to the run configurations
Interacting with the example CorDapp