projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86ad586
)
fix the windows command-line too
author
meejah
<meejah@meejah.ca>
Wed, 28 Oct 2015 20:45:50 +0000
(14:45 -0600)
committer
Daira Hopwood
<daira@jacaranda.org>
Mon, 28 Dec 2015 15:30:06 +0000
(15:30 +0000)
docs/magic-folder-howto.rst
patch
|
blob
|
history
diff --git
a/docs/magic-folder-howto.rst
b/docs/magic-folder-howto.rst
index 4f71d7552174454b1b60f3fff46bde80c772466e..9320093db70501f5b378ba157ca3ee48c8b72513 100644
(file)
--- a/
docs/magic-folder-howto.rst
+++ b/
docs/magic-folder-howto.rst
@@
-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::