mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
18 lines
807 B
PHP
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>
|
|
|