Skip to content

Commit

Permalink
added mac insctuctions
Browse files Browse the repository at this point in the history
  • Loading branch information
meehow committed Dec 8, 2020
1 parent d097a9e commit 68ff92f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,31 @@ <h3>Your announce URL:</h3>

</div>
<h2>How to create private torrent?</h2>
<h3>Using <a href="https://transmissionbt.com/" target="_blank">transmission</a>:</h3>
<h3>Using <a href="https://transmissionbt.com/" target="_blank">transmission</a> on Linux:</h3>
<ul>
<li>File &rarr; new</li>
<li>Select where to save generated torrent</li>
<li>File <b>&rarr;</b> New&hellip;</li>
<li>Select file to share</li>
<li>In <b>Trackers</b> field enter <code class="url">https://privtracker.tk/{{room}}/announce</code></li>
<li>Select <b>Private torrent</b></li>
<li>Click <b>New</b></li>
<li>Wait a moment and click <b>Add</b> in next window</li>
<li>Click <b>Add</b> in next window</li>
<li>Click <b>Open</b> to start seeding</li>
<li>Done. Now you can send torrent file to your friends...</li>
<li>Done. Now you can send torrent file to your friends&hellip;</li>
</ul>
<img src="new_torrent.png" alt="New Torrent screenshot">
<img src="new_torrent_gtk.png" alt="New Torrent screenshot">
<h3>Using <a href="https://transmissionbt.com/" target="_blank">transmission</a> on Mac:</h3>
<ul>
<li>File <b>&rarr;</b> Create Torrent File&hellip;</li>
<li>Select file to share</li>
<li>Click <b>&plus;</b> under <b>Trackers</b> field and enter <code class="url">https://privtracker.tk/{{room}}/announce</code></li>
<li>Select <b>Private</b>
<li>Select <b>Open when created</b></li>
<li>Click <b>Create</b></li>
<li>Click <b>Add</b> to start seeding</li>
<li>Done. Now you can send torrent file to your friends&hellip;</li>
</ul>
<img src="new_torrent_mac.png" alt="New Torrent screenshot">

</div>
</body>

Expand Down
Binary file removed web/new_torrent.png
Binary file not shown.

0 comments on commit 68ff92f

Please sign in to comment.