From 7ec5491bff32859f070b7ef031a91bf9f3783659 Mon Sep 17 00:00:00 2001 From: "Robert P. Goldman" <rpgoldman@gmail.com> Date: Thu, 11 Sep 2014 16:46:57 -0500 Subject: [PATCH] Minor tweaks to Fare's README. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea6acc0e..4320a26b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ ASDF: Another System Definition Facility What is ASDF? ------------- -ASDF is the de facto standard build facility for Common Lisp. +ASDF is the de facto standard build facility for Common Lisp. Your lisp +implementation probably contains a copy of ASDF, which you can load using +`REQUIRE`. If you come from the C/C++ world, the function ASDF covers a bit of what each of make, autoconf, dlopen and libc do for C programs: @@ -39,7 +41,7 @@ More information and additional links can be found on ASDF's home page at: http://common-lisp.net/project/asdf/ -Quick Summary +Quick Start ------------- Just use `(require "asdf")` to load your implementation-provided ASDF. -- GitLab