X-Git-Url: http://git.kpe.io/?p=pubmed.git;a=blobdiff_plain;f=README;fp=README;h=d4d32880382a981746ef486c4537e7d2b1fbdba5;hp=c9e1c28ca992300080e824f104f0f9e32f7deb6c;hb=cbb63ee2a1ead34ef393ed47eed6d1a0d6e6bd94;hpb=8fbe5b9885498e0aa375061f83c0ea7e0c42c719 diff --git a/README b/README index c9e1c28..d4d3288 100644 --- a/README +++ b/README @@ -1,11 +1,10 @@ -This is the Common Lisp PubMed package. +This is the Common Lisp Entrez package. This package is written and Copyright (C) 2000-2002 by Kevin M. Rosenberg The web site for this package is http://pubmed.kpe.io/ - Prerequisites ============= - The ASDF system definition facility, available for download at @@ -19,17 +18,17 @@ Prerequisites Installation ============ - Debian: - evaluate (require 'pubmed) + evaluate (require 'entrez) - Other Operating Systems: - 1. Install the ASDF, KMRCL, and PubMed packages into directories + 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 PubMed + 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 pubmed.asd from the PubMed package. - 4. Evaluate (asdf:oos 'asdf:load-op 'pubmed). + 3. Load entrez.asd from the Entrez package. + 4. Evaluate (asdf:oos 'asdf:load-op 'entrez). USAGE