Skip to content

Commit 76e3dd7

Browse files
takaokoujiclaude
andcommitted
Add Speee fork installation instructions to README
Document how to install the Speee fork via GitHub repository reference with tag specification. This addresses the distribution method decision made in issue #12. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c3c3924 commit 76e3dd7

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,27 @@ which *should* be compatible with JSON:API compliant server implementations such
2424

2525
## Installation
2626

27-
Add JR to your application's `Gemfile`:
27+
### Speee Fork
2828

29+
This is the Speee fork of jsonapi-resources. To use this fork, add the following to your application's `Gemfile`:
30+
31+
```ruby
32+
gem 'jsonapi-resources', github: 'speee/jsonapi-resources', tag: 'v26.1.1'
33+
```
34+
35+
Then execute:
36+
37+
```bash
38+
bundle install
2939
```
40+
41+
You can find available tags at [https://github.com/speee/jsonapi-resources/tags](https://github.com/speee/jsonapi-resources/tags).
42+
43+
### Original (upstream)
44+
45+
To use the original jsonapi-resources gem from RubyGems, add it to your application's `Gemfile`:
46+
47+
```ruby
3048
gem 'jsonapi-resources'
3149
```
3250

0 commit comments

Comments
 (0)