Skip to content

Commit

Permalink
fixed typo in install description
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenphilipp committed Apr 17, 2024
1 parent c549ad8 commit 665cc35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ file depends on the implementation you are using. With SBCL, for example, it is
`~/.sbclrc` by default, whereas Clozure CL uses `~/ccl-init.lisp` or
`~/.ccl-init.lisp`.

Add the following line to the init file:
Add the following lines to the init file:

```lisp
(ql:quickload :cmn) ;; if you're using it
Expand Down Expand Up @@ -419,7 +419,7 @@ chicken. It is recommended to do this via the init file of your Common Lisp
implementation which will be loaded and evaluated when you start your Common
Lisp interpreter. The name and location of your init file depends on the
implementation. On SBCL, for example, it is `~/.sbclrc` by default, whereas
Clozure CL uses `~/ccl-init.lisp` or `~/.ccl-init.lisp`. Add the following line
Clozure CL uses `~/ccl-init.lisp` or `~/.ccl-init.lisp`. Add the following lines
to your init file:


Expand Down

0 comments on commit 665cc35

Please sign in to comment.