From a17773ee35a6de117c97669e2bd1428c3e12f982 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 8 Jun 2025 17:54:14 -0700 Subject: [PATCH] Remove gem badge, fix installation instructions --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8565e59..fc682c5 100644 --- a/README.md +++ b/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 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