mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-20 13:03:58 +00:00
[PR #1932] docs: Add Windows package manager installation instructions #2733
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/1932
State: closed
Merged: Yes
Add instructions for installing CCExtractor via Windows package managers:
winget install CCExtractor.CCExtractorchoco install ccextractorscoop bucket add extras && scoop install ccextractorThis supersedes https://github.com/Harshini-ctrl/ccextractor/pull/1 which had a typo (
ccextractorsinstead ofccextractor) and incorrect placement.