diff --git a/INSTALL b/INSTALL index d6f91bfe8139a44a6513ce2a734e51765c0f6f5f..02404781e23b1e5bdbd011a8e91a747e66651aa3 100644 --- a/INSTALL +++ b/INSTALL @@ -18,12 +18,16 @@ menus. From the File menu you can open a flat file containing an entry. If it reads the entry successfully a new window will open, which shows the sequence and features for the entry. -An alternative way to run it is: - - cd /some/directory/artemis/ - java -classpath .:lib/biojava.jar:lib/jobcontrol.jar uk.ac.sanger.artemis.components.ArtemisMain & - -ACT can be run in this way: - - cd /some/directory/artemis/ - java -classpath .:lib/biojava.jar:lib/jobcontrol.jar uk.ac.sanger.artemis.components.ActMain & +==================================================================== + +Installation instructions for GitHub download + + 1. Download: + git clone http://github.com/sanger-pathogens/Artemis.git + 2. Compile the code: + cd Artemis + make + 3. Run Artemis: + ./art + or ACT: + ./act \ No newline at end of file