Updated documentation regarding the running of nodes on Windows to reflect the new runnodes.bat file.

This commit is contained in:
Clinton Alexander
2016-11-17 18:25:49 +00:00
parent b469cd5382
commit 92a2ffedd2
5 changed files with 9 additions and 8 deletions

View File

@ -54,8 +54,8 @@ Unix:
Windows:
Windows users currently have to manually enter each directory in `build/nodes` and run `java -jar corda.jar` in each.
This will be updated soon.
cd build/nodes
ruunnodes.bat
This will now have nodes running on your machine running this Cordapp. You can now begin developing your Cordapp.