Skip to content
Snippets Groups Projects
Commit 7ec5491b authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files

Minor tweaks to Fare's README.

parent 20b36a4e
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,9 @@ ASDF: Another System Definition Facility ...@@ -4,7 +4,9 @@ ASDF: Another System Definition Facility
What is ASDF? 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 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: 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: ...@@ -39,7 +41,7 @@ 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/
Quick Summary Quick Start
------------- -------------
Just use `(require "asdf")` to load your implementation-provided ASDF. Just use `(require "asdf")` to load your implementation-provided ASDF.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment