Skip to content

Commit

Permalink
(minor) site icon
Browse files Browse the repository at this point in the history
  • Loading branch information
vindarel committed Sep 4, 2024
1 parent 007ee2f commit 4481c23
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,13 @@ ASDF is the de-facto system definition facility of Common Lisp, that
lets you define your system's metadata (author, dependencies, sources,
modules…).

Please ensure that you have ASDF >= 3.3.4.
Please ensure that you have ASDF >= 3.3.4. It is for instance not the case with SBCL 2.2.9.

It is for instance not the case with SBCL 2.2.9.
Ask the version with our script:

Ask the version with `(asdf:asdf-version)` on a Lisp REPL, or with
$ make check-asdf-version

or yourself with`(asdf:asdf-version)` on a Lisp REPL, or with
this one-liner from a terminal:

$ sbcl --eval '(and (print (asdf:asdf-version)) (quit))'
Expand Down
2 changes: 1 addition & 1 deletion docs/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

* [Home](/)
* [CIEL](/)
* [Install](install.md)
* [Scripting](scripting.md)
* [REPL and shell integration](repl.md)
Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title> CIEL Is an Extended Lisp</title>
<link rel="icon" type="image/x-icon" href="https://avatars.githubusercontent.com/u/72611034?s=48&v=4">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Common Lisp, batteries included">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
Expand Down

0 comments on commit 4481c23

Please sign in to comment.