diff --git a/README.org b/README.org index b898d38..8811ae6 100644 --- a/README.org +++ b/README.org @@ -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 @@ -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