You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Installation section to reflect GitHub Packages (GPR)
Replace stale build-from-source instructions with correct GPR Gemfile
snippet, auth setup, and a note clarifying the misleading gem install
command shown on the GitHub Packages UI.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
GitHub Packages requires authentication. Create a [personal access token](https://github.com/settings/tokens) with `read:packages` scope and add it to `~/.gem/credentials`:
> **Note:** The `gem install elevenlabs` command shown on the GitHub Packages page points to RubyGems.org and will not work — this gem is only available via GitHub Packages.
0 commit comments