Skip to content

Commit f5de821

Browse files
committed
Update README.md
Revised installation to install from Github since the gem is not yet published.
1 parent ad7713c commit f5de821

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,13 @@ A Ruby library for [XIVAPI](http://www.xivapi.com/).
77
Add this line to your application's Gemfile:
88

99
```ruby
10-
gem 'xivapi'
10+
gem 'xivapi', git: 'https://github.com/mattantonelli/xivapi-ruby.git'
1111
```
1212

13-
And then execute:
13+
And then run:
1414

1515
```
16-
$ bundle
17-
```
18-
19-
Or install it yourself as:
20-
21-
```
22-
$ gem install xivapi
16+
$ bundle install
2317
```
2418

2519
## Usage

0 commit comments

Comments
 (0)