From 5fded65dab76ae9214716a59e2bfad03e64053ed Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Fri, 5 Jul 2019 10:43:30 +0100 Subject: [PATCH] JAL-1544 fixed a html encoding of '<' (%lt; -> <) in commandline.html --- help/help/html/features/commandline.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help/help/html/features/commandline.html b/help/help/html/features/commandline.html index 27a1a68..e00d390 100644 --- a/help/help/html/features/commandline.html +++ b/help/help/html/features/commandline.html @@ -49,7 +49,7 @@ open /Applications/Jalview.app --args -open ~/myalignment.fa(put

  • Jalview standalone executable Jar
    -        <Path to Java home>/bin/java -jar %lt;Path to Jalview Jar>/jalview-all-1.8.jar -open myalignment.fa
  • + <Path to Java home>/bin/java -jar <Path to Jalview Jar>/jalview-all-1.8.jar -open myalignment.fa

    If you have installed Jalview via conda or another package -- 1.7.10.2