You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Installation
Via Quicklisp (recommended):
(ql:quickload "cl-readline")
If you are using Homebrew on a Mac, please note that GNU Readline has keg-only formula, which means you may need to link the library yourself:
$ brew link readline --force
GNU Readline is not commonly available on Mac OS. How we can handle tihs?
The text was updated successfully, but these errors were encountered: