mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-04 21:05:15 +00:00
update os x link in get page
This commit is contained in:
parent
58d82b504c
commit
349596d4a9
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@
|
|||
<h1>Install LBRY on OS X <span class="icon-apple"></span> (command line)</h1>
|
||||
<?php echo View::render('get/alphaNotice') ?>
|
||||
<p>
|
||||
<a class="btn-primary" href="//lbry.io/osx.dmg">Download for OS X</a>
|
||||
<a class="btn-primary" href="//lbry.io/lbry-osx-latest.dmg">Download for OS X</a>
|
||||
</p>
|
||||
<p class="meta">Or, view the source and compile instructions on
|
||||
<a href="https://github.com/lbryio/lbry-setup/blob/master/README_OSX.md" class="link-primary">GitHub</a>.
|
||||
</p>
|
||||
<?php $html = ob_get_clean() ?>
|
||||
<?php echo View::render('get/getSharedApp', ['installHtml' => $html]) ?>
|
||||
<?php echo View::render('get/getSharedApp', ['installHtml' => $html]) ?>
|
||||
|
|
Loading…
Add table
Reference in a new issue