From 46a763d95fa4d90f88759f9b5103eecf63984be1 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <fare@tunes.org> Date: Wed, 5 May 2010 22:39:21 -0400 Subject: [PATCH] Update README --- README | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README b/README index 95229e32e..eb604a420 100644 --- a/README +++ b/README @@ -1,20 +1,20 @@ ASDF: another system definition facility ======================================== -If you want to use ASDF to load systems, see the getting -started guide at: +If you want to use ASDF, read our manual: - http://common-lisp.net/project/asdf/getting-started.html + http://common-lisp.net/project/asdf/asdf.html -If you want to define your own systems, see the manual at: +The first few sections, Loading ASDF, Configuring ASDF and Using ASDF, +will get you started as a simple user. - http://common-lisp.net/project/asdf/manual.html +If you want to define your own systems, further read the section +Defining systems with defsystem. More information and additional links can be found on ASDF's home page at: - http://common-lisp.net/project/asdf + http://common-lisp.net/project/asdf/ - -last updated Saturday; July 18, 2009, 10:20 AM EDT +last updated Wednesday; May 5, 2010 -- GitLab