Skip to content

Commit

Permalink
modified getting-started.md (shakacode#1641)
Browse files Browse the repository at this point in the history
  • Loading branch information
omar2432 authored Jul 26, 2024
1 parent f554922 commit 438dfdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ rails shakapacker:install
You may need to check [the instructions for installing into an existing Rails app](https://www.shakacode.com/react-on-rails/docs/guides/installation-into-an-existing-rails-app/) if you have an already working Rails application.

1. Add the `react_on_rails` gem to Gemfile:
Please use [the latest version](https://rubygems.org/gems/react_on_rails) to ensure you get all the security patches and the best support.

```bash
bundle add react_on_rails --strict
bundle add react_on_rails --version=14.0.4 --strict
```

Commit this to git (or else you cannot run the generator in the next step unless you pass the option `--ignore-warnings`).
Expand Down

0 comments on commit 438dfdd

Please sign in to comment.