From ed123c9fca6d080f670fa12ccf497f364f6fc41b Mon Sep 17 00:00:00 2001 From: "a. fox" Date: Sat, 18 Nov 2023 14:56:34 -0500 Subject: [PATCH] update build instructions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7eb7893..d46ce7a 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ a command line utility to bulk download media from jellyfin servers (e.g., shows ## Building 1. Install [roswell](https://github.com/roswell/roswell) -2. `$ mkdir ~/common-lisp && git clone https://dev.focks.website/focks/seanut ~/common-lisp/seanut` -3. `$ cd ~/common-lisp/seanut && make` +2. `$ ros install sbcl-bin/2.3.9 && ros use sbcl-bin/2.3.9` +3. `$ mkdir ~/common-lisp && git clone https://dev.focks.website/focks/seanut ~/common-lisp/seanut` +4. `$ cd ~/common-lisp/seanut && make` ## Running