docs: add installation instructions for Homebrew, WinGet, and Scoop#959
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the Getting Started documentation to include package-manager installation options across macOS, Linux, and Windows.
Changes:
- Added Homebrew installation instructions for macOS and Linux.
- Added WinGet and Scoop installation instructions for Windows.
- Reorganized the installation section by separating “Prebuilt binaries” and “Build from source”.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ### [WinGet](https://learn.microsoft.com/windows/package-manager/) (Windows) | ||
|
|
||
| ```powershell | ||
| winget install Saghul.TxikiJS |
There was a problem hiding this comment.
Does this work? Have you published it?
There was a problem hiding this comment.
Yes, it works. I published it.
You can find it in winget-pkgs here: https://github.com/microsoft/winget-pkgs/tree/master/manifests/s/Saghul/TxikiJS
| ### [Scoop](https://scoop.sh/) (Windows) | ||
|
|
||
| ```powershell | ||
| scoop install txikijs |
There was a problem hiding this comment.
I tested it, and it works well.
burdockcascade published it through ScoopInstaller/Main#7794.
| ### [Homebrew](https://brew.sh/) (macOS and Linux) | ||
|
|
||
| ```bash | ||
| brew install bangseongbeom/tap/txikijs |
There was a problem hiding this comment.
Thanks for putting this together! Do you mind if I create such a repo copying yours?
There was a problem hiding this comment.
Absolutely! Feel free to copy it into your own repository. If you have any questions or need anything while moving it over, just let me know.
|
for |
Yeah, we can add it right after this one lands. |
ebe28c0 to
6f0fa86
Compare
Related to #915. Not closing it yet since there is still an ongoing discussion around
mise.This PR adds installation instructions for Homebrew, WinGet, and Scoop.
For Homebrew, this uses a custom tap, bangseongbeom/tap, instead of the official homebrew-core, because the formula depends on too many custom parts to be a good fit for the offical homebrew-core. See Homebrew/homebrew-core#272588 (comment) for context.
From the perspective of someone installing the package, I think saghul/tap, maintained by saghul as the owner of this repository, would be more trustworthy than installing from my personal tap. Please let me know if you would like to discuss taking over or maintaining the custom tap.