redesign OSX page to link to DMG, put DMG in source like a bad person

This commit is contained in:
kauffj 2016-03-10 11:29:29 -05:00
parent 9ced6e2ffc
commit 1ee19397ae
3 changed files with 4 additions and 4 deletions

View file

@ -89,4 +89,4 @@ class View
{
return static::$metaImg ?: 'http://lbry.io/img/lbry-dark-1600x528.png';
}
}
}

View file

@ -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

Binary file not shown.