From: Jim Procter Date: Fri, 3 Nov 2017 15:57:47 +0000 (+0000) Subject: Merge branch 'documentation/JAL-2698_release2103' into develop X-Git-Tag: Release_2_10_3b1~53 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=f137a55b087bc768445d8274939a55826e989ea4;hp=0a253653ec4c4a607ba3029444b2790721361766;p=jalview.git Merge branch 'documentation/JAL-2698_release2103' into develop --- diff --git a/README b/README index cbc93b1..eaf226b 100755 --- a/README +++ b/README @@ -25,7 +25,10 @@ To run application: java -Djava.ext.dirs=JALVIEW_HOME/lib -cp JALVIEW_HOME/jalview.jar jalview.bin.Jalview -Replace JALVIEW_HOME with the full path to Jalview Installation Directory. +Replace JALVIEW_HOME with the full path to Jalview Installation Directory. If building from source: + +java -Djava.ext.dirs=JALVIEW_BUILD/dist -cp JALVIEW_BUILD/dist/jalview.jar jalview.bin.Jalview + ##################