You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-30Lines changed: 2 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,37 +84,9 @@ Begin by making sure you have
84
84
required for Paperclip. (You can install it using [Homebrew](https://brew.sh) if
85
85
you're on a Mac.)
86
86
87
-
To add Solidus, begin with a newly created Rails application with its database.
87
+
To install Solidus with the current storefront, follow the instructions in
88
+
[storefront/README.md](storefront/README.md).
88
89
89
-
```bash
90
-
rails new my_store
91
-
```
92
-
93
-
> [!CAUTION]
94
-
> Due to [a bug in `sprockets-rails`](https://github.com/rails/sprockets-rails/pull/546) we need to manually add the sprockets manifest into the generated rails app **before** running any rails commands inside the rails app folder.
0 commit comments