Skip to content

Commit

Permalink
Update installation section of README for quicklisp & ocicl
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-coram committed Oct 18, 2024
1 parent c49468a commit 83048d4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,13 @@ x86-64:

** Installation

cl-trivial-clock can be installed via [[https://www.quicklisp.org/][Quicklisp]] from the [[https://ultralisp.org/][Ultralisp]]
distribution:
cl-trivial-clock can be installed via [[https://www.quicklisp.org/][Quicklisp]]:

#+begin_src lisp
(ql:quickload :trivial-clock)
#+end_src

The latest version is available from the [[https://ultralisp.org/][Ultralisp]] distribution:

#+begin_src lisp
;; Install the ultralisp distribution if you don't have it already
Expand All @@ -46,6 +51,8 @@ distribution:
(ql:quickload :trivial-clock)
#+end_src

Alternatively you can also rely on [[https://github.com/ocicl/ocicl][ocicl]].

** Usage

The function NOW returns the number of seconds since the unix epoch
Expand Down

0 comments on commit 83048d4

Please sign in to comment.