Compare commits

..

No commits in common. 'main' and 'v0.0.1' have entirely different histories.
main ... v0.0.1

1
.gitignore vendored

@ -1 +0,0 @@
bin/*

@ -6,9 +6,8 @@ a command line utility to bulk download media from jellyfin servers (e.g., shows
## Building ## Building
1. Install [roswell](https://github.com/roswell/roswell) 1. Install [roswell](https://github.com/roswell/roswell)
2. `$ ros install sbcl-bin/2.3.9 && ros use sbcl-bin/2.3.9` 2. `$ mkdir ~/common-lisp && git clone https://dev.focks.website/focks/seanut ~/common-lisp/seanut`
3. `$ mkdir ~/common-lisp && git clone https://dev.focks.website/focks/seanut ~/common-lisp/seanut` 3. `$ cd ~/common-lisp/seanut && make`
4. `$ cd ~/common-lisp/seanut && make`
## Running ## Running

Loading…
Cancel
Save