We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3dc73 commit 742e01aCopy full SHA for 742e01a
README.md
@@ -161,7 +161,13 @@ Doing this will allow React-Rails to support the .tsx extension.
161
162
## Use with Asset Pipeline
163
164
-`react-rails` provides a pre-bundled React.js & a UJS driver to the Rails asset pipeline. Get started by installing:
+`react-rails` provides a pre-bundled React.js & a UJS driver to the Rails asset pipeline. Get started by adding the `react-rails` gem:
165
+
166
+```
167
+gem 'react-rails'
168
169
170
+And then install the react generator:
171
172
```
173
$ rails g react:install
0 commit comments