Commit 8ba9739c5152ad673a0eb2f6064de3b509f23367
1 parent
a381e465
Update readme with modified installation commands.
Showing
1 changed file
with
2 additions
and
6 deletions
Show diff stats
README.md
@@ -7,16 +7,12 @@ Originally developed and maintained by Wildland Labs, syspro-ruby is an adapter | @@ -7,16 +7,12 @@ Originally developed and maintained by Wildland Labs, syspro-ruby is an adapter | ||
7 | Add this line to your application's Gemfile: | 7 | Add this line to your application's Gemfile: |
8 | 8 | ||
9 | ```ruby | 9 | ```ruby |
10 | -gem 'syspro' | 10 | +gem 'syspro-ruby', git: 'https://git.zom.io/labbeemint/syspro-ruby.git' |
11 | ``` | 11 | ``` |
12 | 12 | ||
13 | And then execute: | 13 | And then execute: |
14 | 14 | ||
15 | - $ bundle | ||
16 | - | ||
17 | -Or install it yourself as: | ||
18 | - | ||
19 | - $ gem install syspro | 15 | + $ bundle install |
20 | 16 | ||
21 | ## Usage | 17 | ## Usage |
22 | 18 |