Skip to content

Commit 5c6a282

Browse files
Update README.md
1 parent 763b134 commit 5c6a282

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ bundle add scalar_ruby
2323

2424
## Getting Started
2525

26-
#### Integrations
27-
You can use in-build generator to setup gem into [Ruby in Rails](https://rubyonrails.org) framework followed by instructions:
28-
29-
Setup gem with [Ruby on Rails](lib/scalar/installers/rails/README.md)
30-
3126
Statistically, you will likely use the gem for the Ruby on Rails application, so here are instructions on how to set up the Scalar for this framework. In the future, we'll add examples for other popular Ruby frameworks.
3227

3328
Once you have installed the gem, go to `config/routes.rb` and mount the `Scalar::UI` to your application.
@@ -67,6 +62,14 @@ end
6762

6863
And that's it! More detailed information on other configuration options is in the section below.
6964

65+
## Integrations
66+
67+
You can use in-build generator to setup gem into [Ruby in Rails](https://rubyonrails.org) framework by running:
68+
69+
```ruby
70+
bin/rails generate scalar:install
71+
```
72+
7073
## Configuration
7174

7275
Once mounted to your application, the library requires no further configuration. You can immediately start playing with the provided API reference example.

0 commit comments

Comments
 (0)