lbry.com/view/template/download/_linux.php
2016-04-28 12:35:36 -04:00

18 lines
807 B
PHP

<div class="meta text-center">Choose your install level.</div>
<div class="row-fluid">
<div class="span6">
<h3>Casuals</h3>
<p>
<a class="btn-primary" download href="//lbry.io/lbry-linux-latest.deb">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>