Remove gem badge, fix installation instructions

This commit is contained in:
Sami Samhuri 2025-06-08 17:54:14 -07:00
parent dc3f1ab58e
commit a17773ee35
No known key found for this signature in database

View file

@ -3,16 +3,21 @@
> [!NOTE]
> This is a fork of the original [stve/instapaper](https://github.com/stve/instapaper) repository and is not available via RubyGems.
[![Gem Version](http://img.shields.io/gem/v/instapaper.svg)][gem]
![Tests](https://github.com/samsonjs/instapaper/actions/workflows/ci.yml/badge.svg)
[gem]: https://rubygems.org/gems/instapaper
Instapaper is a ruby wrapper for interacting with [Instapaper's Full API](https://www.instapaper.com/api/full). Note that access to the Full API is restricted to Instapaper subscribers only.
## Installation
gem install instapaper
Add this line to your application's Gemfile:
```ruby
gem 'instapaper', github: 'samsonjs/instapaper'
```
And then execute:
bundle install
## Usage