changeset 19:955199ca3123

update installation snippet for Mac
author Alex Krolick <whokilledtheelectricmonk@gmail.com>
date Sun, 15 Nov 2015 18:36:59 -0800
parents 011b5099594e
children b76c6932c329
files _includes/install.html
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/_includes/install.html	Sun Nov 08 15:49:37 2015 -0800
+++ b/_includes/install.html	Sun Nov 15 18:36:59 2015 -0800
@@ -8,12 +8,12 @@
 <div class="tabs-content">
   <div class="content active" id="linux">
     <p>
-      Executable versions of Octave for GNU/Linux systems are provided by the individual distributions. Distributions known to package Octave include <a href="//debian.org">Debian</a>, <a href="//ubuntu.org">Ubuntu</a>, <a href="//fedoraproject.org">Fedora</a>, <a href="//gentoo.org">Gentoo</a>, and <a href="//opensuse.org">SuSE</a>. These packages are created by volunteers. The delay between an Octave source release and the availability of a package for a particular GNU/Linux distribution varies. The Octave project has no control over that process.
+      Executable versions of Octave for GNU/Linux systems are provided by the individual distributions. Distributions known to package Octave include <a href="//debian.org">Debian</a>, <a href="//ubuntu.org">Ubuntu</a>, <a href="//fedoraproject.org">Fedora</a>, <a href="//gentoo.org">Gentoo</a>, and <a href="//opensuse.org">SuSE</a>. These packages are created by volunteers. The delay between an Octave source release and the availability of a package for a particular GNU/Linux distribution varies.
     </p>
   </div>
   <div class="content" id="mac">
     <p>
-      The <a href="{{site.wiki_url}}">Octave Wiki</a> has some instructions for installing Octave on OS X systems. A Homebrew source package may also be available but is not maintained by the Octave developers.
+      The <a href="http://wiki.octave.org/Octave_for_MacOS_X">Octave Wiki</a> has instructions for installing Octave on OS X systems. Octave may also be available in third-party package managers such as <a href="https://brew.sh">Homebrew</a>, <a href="https://www.macports.org">Macports</a>, or <a href="http://www.finkproject.org">Fink</a>.
     </p>
   </div>
   <div class="content" id="bsd">