From: Ben Soares Date: Fri, 4 Mar 2022 13:38:29 +0000 (+0000) Subject: JAL-3830 Added new command line usage to docs X-Git-Tag: Release_2_11_2_1~37^2~1 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=dd0aacc45f9b0afb9031b0808797961e05a42b5d JAL-3830 Added new command line usage to docs --- diff --git a/help/help/html/features/commandline.html b/help/help/html/features/commandline.html index ac462e0..0159a92 100644 --- a/help/help/html/features/commandline.html +++ b/help/help/html/features/commandline.html @@ -33,20 +33,97 @@ automatically by the Jalview application when double-clicked in a file browser on Windows and OSX.

- The way that you launch Jalview from the command line depends on the - platform you are on, and how it has been installed. +

From version 2.11.2, Jalview includes a launching shell script which is the recommended way to + launch an installed Jalview application from the command line. It supports all the command line arguments + that Jalview has previously supported, but makes it easier to launch directly from the command line.

+ +

There are some important differences between the using the launching script and launching Jalview from its icon:

+

+ +

If you installed Jalview prior to version 2.11.2 you will not have had the option to add the launching shell script to your PATH. + If your application has updated to 2.11.2 then the scripts will now be there, but not in your PATH. + There are instructions below to add the launching shell script to your PATH if you want to do so.

+ + + +

Older versions of Jalview

+ +

+ If you are using a version of Jalview prior to 2.11.2, you can still launch from the command line, but you will have to + use a more platform specific way to launch and use command line arguments. + +