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
Users can install directly from a GitHub release tag via Bundler's
git source without needing a package registry token.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,20 @@ Then run `bundle install`.
23
23
24
24
> **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.
25
25
26
+
### Alternative: install directly from GitHub (no registry auth required)
27
+
28
+
Bundler can pull the gem straight from the git repository. This works for public repos without any token setup:
29
+
30
+
```ruby
31
+
# Pin to a release tag (recommended for production)
0 commit comments