]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/web/download.itexi
Add missing shebang line in MacOSX instructions.
[lilypond.git] / Documentation / web / download.itexi
index 79f1b4bb80ac78975d0c62c764f40bbcd4c85ad4..365ecedaa3595aac6da3db6860c35f72d1653778 100644 (file)
@@ -238,17 +238,17 @@ upgrade to these versions.
 @item
 @sourceimage{logo-fedora,,,}
 @uref{http://koji.fedoraproject.org/koji/packageinfo?packageID=2447,
-Fedora: LilyPond 2.14.1}
+Fedora: LilyPond 2.14.2}
 
 @item
 @sourceimage{logo-ubuntu,,,}
 @uref{http://packages.ubuntu.com/search?keywords=lilypond,
-Ubuntu: LilyPond 2.12.3}
+Ubuntu: LilyPond 2.14.2}
 
 @item
 @sourceimage{logo-slackware,,,}
 @uref{http://www.johannes-schoepfer.de/lilypond/,
-Slackware: LilyPond 2.14.1}
+Slackware: LilyPond 2.14.2}
 
 @item
 @sourceimage{logo-debian,,,}
@@ -300,12 +300,16 @@ acknowledged.
 For MacOS X 10.4 or higher, running on Intel CPUs (if in doubt,
 use this).
 
+MacOS X 10.7 Lion is not yet supported.
+
 @item
 @sourceimage{logo-macosx,,,}
 @downloadStableDarwinPPC
 For MacOS X 10.4 or higher, running on G3 and G4 CPUs (old Apple
 computers).
 
+MacOS X 10.7 Lion is not yet supported.
+
 @end itemize
 
 @subsubheading Install
@@ -354,6 +358,7 @@ Create a file called @command{lilypond} which contains
 
 @divClass{h-scroll-auto}
 @example
+#!/bin/bash
 exec @var{DIR}/LilyPond.app/Contents/Resources/bin/lilypond "$@@"
 @end example
 @divEnd