mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
redesign OSX page to link to DMG, put DMG in source like a bad person
This commit is contained in:
parent
9ced6e2ffc
commit
1ee19397ae
3 changed files with 4 additions and 4 deletions
|
@ -89,4 +89,4 @@ class View
|
|||
{
|
||||
return static::$metaImg ?: 'http://lbry.io/img/lbry-dark-1600x528.png';
|
||||
}
|
||||
}
|
||||
}
|
|
@ -2,9 +2,9 @@
|
|||
<?php ob_start() ?>
|
||||
<h1>Install LBRY on OS X <span class="icon-apple"></span> (command line)</h1>
|
||||
<?php echo View::render('get/alphaNotice') ?>
|
||||
<p>We are preparing an installer for OS X, in the interim, the most current version of install instructions
|
||||
<a href="https://github.com/lbryio/lbry-setup/blob/master/README_OSX.md" class="link-primary">can be found on GitHub</a>.
|
||||
<a class="btn-primary" href="//lbry.io/osx.dmg">Download for OS X</a>
|
||||
<p>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>
|
||||
<a class="btn-primary" href="https://github.com/lbryio/lbry-setup/blob/master/README_OSX.md">View OS X Install Instructions</a>
|
||||
<?php $html = ob_get_clean() ?>
|
||||
<?php echo View::render('get/get-shared', ['installHtml' => $html]) ?>
|
BIN
web/osx.dmg
Normal file
BIN
web/osx.dmg
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue