Skip to content

Commit 27d6612

Browse files
committed
Reword and clarify things in README.txt. Also mention the license.
1 parent 81a2af7 commit 27d6612

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
This project is for making it easy to use SLIME in Quicklisp.
1+
quicklisp-slime-helper makes it easy to use SLIME from Quicklisp.
22

3-
To use it, do this:
3+
To use it, load quicklisp in your Common Lisp implementation, then
4+
evaluate:
45

56
(ql:quickload "quicklisp-slime-helper")
6-
(quicklisp-slime-helper:install)
77

8-
It will create a file in the Quicklisp base directory called
9-
"slime-helper.el". That file will search the quicklisp-slime-helper
10-
dist for an installed slime.el file, and add its directory to the
11-
Emacs load-path.
8+
That command will create a file in the Quicklisp base directory called
9+
"slime-helper.el". Loading that file will add the Quicklisp slime path
10+
to your Emacs load-path.
1211

1312
In your ~/.emacs, you could have something like this:
1413

@@ -17,3 +16,5 @@ In your ~/.emacs, you could have something like this:
1716
(slime-setup '(slime-fancy))
1817
(setq inferior-lisp-program "sbcl")
1918

19+
quicklisp-slime-helper is available under the MIT license; see
20+
LICENSE.txt for details.

0 commit comments

Comments
 (0)