create-claude-rails 0.5.2 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,12 +16,16 @@ Open a terminal, `cd` into your project folder, and run:
|
|
|
16
16
|
curl -fsSL https://raw.githubusercontent.com/orenmagid/claude-on-rails/main/install.sh | bash
|
|
17
17
|
```
|
|
18
18
|
|
|
19
|
-
That's it.
|
|
19
|
+
That's it. If you don't have git or Node.js, it installs them.
|
|
20
|
+
No choices to make — it sets up everything.
|
|
20
21
|
|
|
21
22
|
Then open [Claude Code](https://claude.ai/code) in the same folder and
|
|
22
23
|
say `/onboard`. It'll interview you about your project and set everything
|
|
23
24
|
up based on your answers.
|
|
24
25
|
|
|
26
|
+
**New to this?** See [GETTING-STARTED.md](GETTING-STARTED.md) for a
|
|
27
|
+
step-by-step walkthrough.
|
|
28
|
+
|
|
25
29
|
### For developers
|
|
26
30
|
|
|
27
31
|
If you have Node.js installed and want interactive module selection,
|