]> 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 faf4cbc5224aa1be1afd078ee64a040065bd9827..365ecedaa3595aac6da3db6860c35f72d1653778 100644 (file)
@@ -207,6 +207,14 @@ In the shell, type:
 uninstall-lilypond
 @end example
 
+@subsubheading Help
+
+In the shell, type:
+
+@example
+sh lilypond-@versionStable{}-OS-TYPE.sh --help
+@end example
+
 @divEnd
 
 
@@ -230,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,,,}
@@ -292,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
@@ -346,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