OSX version note

This commit is contained in:
Thomas Zarebczan 2018-12-11 16:30:38 -05:00 committed by GitHub
parent 84d8af00b7
commit f5e11f38db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,8 +7,11 @@
<br/> <br/>
Works with Ubuntu, Debian, or any distro with <code>apt</code> or <code>dpkg</code>. Works with Ubuntu, Debian, or any distro with <code>apt</code> or <code>dpkg</code>.
For other Linux flavors including Arch and Flatpak support or compiling from source, <a href="https://github.com/lbryio/lbry-desktop#install" class="link-primary">see our GitHub install page</a>. For other Linux flavors including Arch and Flatpak support or compiling from source, <a href="https://github.com/lbryio/lbry-desktop#install" class="link-primary">see our GitHub install page</a>.
<?php elseif ($os === OS::OS_OSX): ?>
<br/>
Works with with macOS version 10.12.4 (Sierra), and higher.
<?php elseif ($sourceLink): ?> <?php elseif ($sourceLink): ?>
<br/> <br/>
Like source code? Go <a href="https://github.com/lbryio/lbry-desktop" class="link-primary">here</a>. Like source code? Go <a href="https://github.com/lbryio/lbry-desktop" class="link-primary">here</a>.
<?php endif ?> <?php endif ?>
</div> </div>