Skip to content

Commit c0ea6ae

Browse files
committed
Updated instructions
1 parent 3655851 commit c0ea6ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ <h1>Transit.sh</h1>
2424
<div class="wrapper post__entry">
2525
<p>Direct file transfer with your terminal. No subscription, no storage, no additional tool needed.</p>
2626
<pre><b># Send</b>
27-
curl -v -T <var>&lt;file&gt;</var> https://transit.sh/<code style="color:#fbfbaa">&lt;some-string&gt;</code>/</pre>
27+
curl -v -T <var>&lt;file&gt;</var> https://transit.sh/<code style="color:#fbfbaa">&lt;some-string&gt;</code>/
28+
# Wait for <i>'We are completely uploaded and fine'</i> before next step.</pre>
2829
<pre><b># Receive</b>
29-
Wait for <i>We are completely uploaded and fine</i> on sender side.
3030
curl -JLO https://transit.sh/<code style="color:#fbfbaa">&lt;some-string&gt;</code>/</pre>
3131
<pre><b># Example</b>
3232
curl -T <var>/music/song.mp3</var> https://transit.sh/<code style="color:#fbfbaa">music-for-dad</code>/

0 commit comments

Comments
 (0)