Update URL for package
[pubmed.git] / README
diff --git a/README b/README
index 73989f6f84b1ccf1bc6b8ad79005d8b868cb1803..d4d32880382a981746ef486c4537e7d2b1fbdba5 100644 (file)
--- a/README
+++ b/README
@@ -1,14 +1,36 @@
-This is the Common Lisp PubMed package.
+This is the Common Lisp Entrez package.
 
-This package is written and Copyright (C) 2000-2001 by 
+This package is written and Copyright (C) 2000-2002 by 
 Kevin M. Rosenberg <kevin@rosenberg.net>
 
-The web site for this package is http://pubmed.b9.com/
+The web site for this package is http://pubmed.kpe.io/
 
-This package requires the KMRCL utility package that available for
-download at ftp://kmrcl.b9.com/. This package also depends on
-Allegroserve which is included with AllegroCL and is available for
-other platforms at http://portableaserve.sourceforge.net.
+Prerequisites
+=============
+ - The ASDF system definition facility, available for download at 
+   ftp://ftp.kpe.io/asdf/asdf.lisp
+ - The KMRCL utility package, available for download at
+   ftp://ftp.kpe.io/kmrcl 
+ - Allegroserve which is included with AllegroCL and is available
+   for other platforms at http://portableaserve.sourceforge.net.
 
 
+Installation
+============ 
+ - Debian:
+     evaluate (require 'entrez) 
+
+ - Other Operating Systems:
+     1. Install the ASDF, KMRCL, and Entrez packages into directories
+        of your choice.
+     2. Load asdf.lisp.
+     3. Push the names of the directories containing the KMRCL and Entrez
+        files on to the asdf:*central-registry* list.
+     2. Load kmrcl.asd from the KMRCL package.
+     3. Load entrez.asd from the Entrez package.
+     4. Evaluate (asdf:oos 'asdf:load-op 'entrez).
+
+
+USAGE
+=====
+  - Read the source and/or contact the author for support.