Skip to content

Commit b359f80

Browse files
committed
Add installation instructions to README [ci skip]
1 parent 4ffc2e5 commit b359f80

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ Lightweight, no-nonsense, Shopify GraphQL Admin API client with built-in paginat
44

55
[![CI](https://github.com/ScreenStaring/shopify_api-graphql-tiny/actions/workflows/ci.yml/badge.svg)](https://github.com/ScreenStaring/shopify_api-graphql-tiny/actions)
66

7+
## Installation
8+
9+
Add this line to your application's `Gemfile`:
10+
11+
```ruby
12+
gem "shopify_api-graphql-tiny"
13+
```
14+
15+
And then execute:
16+
17+
```sh
18+
bundle
19+
```
20+
21+
Or install it yourself as:
22+
23+
```sh
24+
gem install shopify_api-graphql-tiny
25+
```
26+
727
## Usage
828

929
```rb

0 commit comments

Comments
 (0)