Skip to content

Commit

Permalink
updating docs to address issue shakacode#1488
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmodell committed Nov 30, 2022
1 parent 74c7dc7 commit 93d8074
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ Note, the best way to understand how to use ReactOnRails is to study a few simpl

## Basic Installation

*See also [the instructions for installing into an existing Rails app](https://www.shakacode.com/react-on-rails/docs/guides/installation-into-an-existing-rails-app/).*
These steps assume that you've got a rails application with webpacker (e.g. one
generated using `rails new my_app --javascript=webpack`. If your
application is not yet set up to use webpacker, please see
[the instructions for installing into an existing Rails app](https://www.shakacode.com/react-on-rails/docs/guides/installation-into-an-existing-rails-app/).*

1. Add the `react_on_rails` gem to Gemfile:

Expand Down

0 comments on commit 93d8074

Please sign in to comment.