fix the windows command-line too

This commit is contained in:
meejah 2015-10-28 14:45:50 -06:00
parent fef48788b0
commit 6f19e74e07

View File

@ -182,7 +182,7 @@ Run::
bin\tahoe -d ..\grid\alice magic-folder create magic: alice ..\local\alice
bin\tahoe -d ..\grid\alice magic-folder invite magic: bob >invitecode
set /p INVITECODE=<invitecode
bin\tahoe -d ..\grid\bob magic-folder join %INVITECODE% bob ..\local\bob
bin\tahoe -d ..\grid\bob magic-folder join %INVITECODE% ..\local\bob
Then close the Command Prompt windows that are running the alice and bob
nodes, and open two new ones in which to run::