Skip to content

Commit 32ed260

Browse files
committed
fix install script
1 parent 663f7c1 commit 32ed260

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function Home() {
1919
</Article>
2020
<Article id="download" date="">
2121
<h2>A unix pipe between computers</h2>
22-
<Code language='bash'>$ curl https://dumbpipe.dev/install.sh | sh</Code>
22+
<Code language='bash'>$ curl -sL https://www.dumbpipe.dev/install.sh | sh</Code>
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'>{`

0 commit comments

Comments
 (0)