From 8ba9739c5152ad673a0eb2f6064de3b509f23367 Mon Sep 17 00:00:00 2001 From: Ryker Labbee Date: Mon, 17 May 2021 16:13:11 -0700 Subject: [PATCH] Update readme with modified installation commands. --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index eae32b8..cfb833c 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,12 @@ Originally developed and maintained by Wildland Labs, syspro-ruby is an adapter Add this line to your application's Gemfile: ```ruby -gem 'syspro' +gem 'syspro-ruby', git: 'https://git.zom.io/labbeemint/syspro-ruby.git' ``` And then execute: - $ bundle - -Or install it yourself as: - - $ gem install syspro + $ bundle install ## Usage -- libgit2 0.21.4