File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,15 +180,15 @@ If you are behind a firewall with a proxy, wormhole might fail to
180180establish an outbound connection. For example, if you try:
181181
182182``` r
183- > system2(future.p2p :: find_wormhole(), args = c(" send" , " --text" , " hello" ))
183+ > system2(future.p2p ::: find_wormhole(), args = c(" send" , " --text" , " hello" ))
184184```
185185
186186it might stall forever. If that happens, press <kbd >Ctrl-C</kbd > to
187187interrupt and retry by disabling the proxy settings using:
188188
189189``` sh
190190> Sys.unsetenv(" http_proxy" )
191- > system2(future.p2p::find_wormhole (), args = c(" send" , " --text" , " hello" ))
191+ > system2(future.p2p::: find_wormhole (), args = c(" send" , " --text" , " hello" ))
192192On the other computer, please run: wormhole receive (or wormhole-william recv)
193193Wormhole code is: 53-visitor-physique
194194```
You can’t perform that action at this time.
0 commit comments