mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-03 20:35:16 +00:00
26 lines
1 KiB
PHP
26 lines
1 KiB
PHP
<div class="meta text-center">Choose your install level.</div>
|
|
<div class="row-fluid">
|
|
<div class="span6">
|
|
<h3>Casuals</h3>
|
|
<p>
|
|
<a id="linux-download" class="btn-primary" download href="//lbry.io/lbry-linux-latest.deb"
|
|
<?php /*
|
|
data-facebook-track-id="XXXXX"
|
|
data-twitter-track-id="XXXXX"
|
|
data-analytics-category="Sign Up"
|
|
data-analytics-action="Download"
|
|
data-analytics-label="Linux"
|
|
*/ ?>
|
|
>Download .deb</a>
|
|
</p>
|
|
<div class="meta">Ubuntu, Debian, or any distro with <code>apt</code> or <code>dpkg</code>.</div>
|
|
</div>
|
|
<div class="span6">
|
|
<h3><strike>Masochists</strike> Professionals</h3>
|
|
<ol>
|
|
<li>Clone and follow the build steps for <a href="https://github.com/lbryio/lbryum" class="link-primary">lbryum</a>, a lightweight client for LBRY.</li>
|
|
<li>Clone and follow the build steps for <a href="https://github.com/lbryio/lbry" class="link-primary">lbry</a>, a console based application for using the LBRY protocol.</li>
|
|
</ol>
|
|
</div>
|
|
</div>
|
|
|