mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-03-25 08:55:49 +00:00
Remove gem badge, fix installation instructions
This commit is contained in:
parent
dc3f1ab58e
commit
a17773ee35
1 changed files with 9 additions and 4 deletions
13
README.md
13
README.md
|
|
@ -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]
|
||||

|
||||
|
||||
[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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue