-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to install? #140
Comments
Yeah I may as well remove the brew instructions. Although I think the issue stems from before I had proper versioning set up, and there was only a single release up at a time with the latest set of commits, so that could be fixed so it no longer breaks whenever As for I don't directly offer support for macOS because I don't have any macOS devices, and thus no way to ensure things work. |
I found a hacky fix: |
Per this repo’s readme,
brew install danirukun/ytarchive/ytarchive
should install, but it instead outputsError: ytarchive: SHA256 mismatch
.Alternatively this repo offers
go install github.com/Kethsar/ytarchive@master
. Running that produces no output. After running it,ytarchive
isnot found
.The text was updated successfully, but these errors were encountered: