Skip to content

Commit 4cb9330

Browse files
committed
docs: installation instructions
1 parent acade45 commit 4cb9330

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ Ideally, API schemas have the types of each payload fully specified.
2424
See the [example](./spec/example) Rails app for a fully functional app using
2525
`Anchor`.
2626

27+
## Installation
28+
29+
```ruby
30+
gem 'jsonapi-resources-anchor'
31+
```
32+
33+
```sh
34+
bundle install
35+
```
36+
2737
## TypeScript Demo
2838

2939
Given:

0 commit comments

Comments
 (0)