Skip to content

Commit 6a34258

Browse files
authored
fix: missing command on getting started (#228)
1 parent a6a3c28 commit 6a34258

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/cookbook/integrating-shadcn-ui.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ If you're starting fresh, create a new Rails application with Inertia (or skip t
1414
rails new -JA shadcn-inertia-rails
1515
cd shadcn-inertia-rails
1616

17-
rails generate inertia:install `--framework=react --typescript --vite --tailwind --no-interactive`
17+
bundle add inertia_rails
18+
19+
rails generate inertia:install --framework=react --typescript --vite --tailwind --no-interactive
1820
Installing Inertia's Rails adapter
1921
...
2022
```
@@ -25,6 +27,8 @@ Installing Inertia's Rails adapter
2527
rails new -JA shadcn-inertia-rails
2628
cd shadcn-inertia-rails
2729
30+
bundle add inertia_rails
31+
2832
rails generate inertia:install --framework=react --vite --tailwind --no-interactive
2933
Installing Inertia's Rails adapter
3034
...

0 commit comments

Comments
 (0)