Skip to content

Commit

Permalink
Add installation instructions to README [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sshaw committed Oct 10, 2024
1 parent 4ffc2e5 commit b359f80
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ Lightweight, no-nonsense, Shopify GraphQL Admin API client with built-in paginat

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

## Installation

Add this line to your application's `Gemfile`:

```ruby
gem "shopify_api-graphql-tiny"
```

And then execute:

```sh
bundle
```

Or install it yourself as:

```sh
gem install shopify_api-graphql-tiny
```

## Usage

```rb
Expand Down

0 comments on commit b359f80

Please sign in to comment.