Skip to content

Commit 9646652

Browse files
authored
chore: make commands copy-paste-able (#3)
If your install script does not add dumbpipe executable to the users $PATH, then the commands need `./` in the front to work.
1 parent 845bac8 commit 9646652

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ export default function Home() {
2323
<p>get <span className='font-mono'>dumbpipe</span> with a single command on two computers, connect them & pipe data from one machine to the other. No accounts. No configuration.</p>
2424
<h2>Receiver</h2>
2525
<Code language='bash'>{`
26-
$ dumbpipe listen
26+
$ ./dumbpipe listen
2727
using secret key 23ryys7pgvjrr57pcrvyivdrhvqyykg2tv3leou5grm66xfd7zzq
2828
Listening. To connect, use:
29-
dumbpipe connect nodeecsxraxjtqtneathgplh6d5nb2rsnxpfulmkec2rvhwv3hh6m4rdgaibamaeqwjaegplgayaycueiom6wmbqcjqaibavg5hiaaaaaaaaaaabaau7wmbq
29+
./dumbpipe connect nodeecsxraxjtqtneathgplh6d5nb2rsnxpfulmkec2rvhwv3hh6m4rdgaibamaeqwjaegplgayaycueiom6wmbqcjqaibavg5hiaaaaaaaaaaabaau7wmbq
3030
`}
3131
</Code>
3232
<h2>Sender</h2>
3333
<Code language='bash'>{`
34-
echo "hello" | dumbpipe connect nodeecsxraxjtqtneathgplh6d5nb2rsnxpfulmkec2rvhwv3hh6m4rdgaibamaeqwjaegplgayaycueiom6wmbqcjqaibavg5hiaaaaaaaaaaabaau7wmbq
34+
echo "hello" | ./dumbpipe connect nodeecsxraxjtqtneathgplh6d5nb2rsnxpfulmkec2rvhwv3hh6m4rdgaibamaeqwjaegplgayaycueiom6wmbqcjqaibavg5hiaaaaaaaaaaabaau7wmbq
3535
`}</Code>
3636
<p>This will work, regardless of where the two machines are. Dumb pipe finds a way.</p>
3737
</Article>

0 commit comments

Comments
 (0)