Compare commits

...

2 Commits
v0.0.1 ... main

1
.gitignore vendored

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

@ -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

Loading…
Cancel
Save