From 97e5b89b4ec2f6e9cf80cbd4e4fd42771b716aef Mon Sep 17 00:00:00 2001
From: tcarver <tjc>
Date: Mon, 9 Jan 2012 12:16:55 +0000
Subject: [PATCH] Installation instructions for GitHub download

---
 INSTALL | 22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)

diff --git a/INSTALL b/INSTALL
index d6f91bfe8..02404781e 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
-- 
GitLab