We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141c2f1 commit fa40882Copy full SHA for fa40882
README.md
@@ -140,7 +140,7 @@ next_rails --help # For more options and examples
140
This command helps you dual-boot your application.
141
142
```bash
143
-next --init # Create Gemfile.next and Gemfile.next.lock
+next_next --init # Create Gemfile.next and Gemfile.next.lock
144
vim Gemfile # Tweak your dependencies conditionally using `next?`
145
next bundle install # Install new gems
146
next rails s # Start server using Gemfile.next
@@ -168,7 +168,7 @@ Or install it yourself as:
168
169
Execute:
170
171
- $ next --init
+ $ next_rails --init
172
173
Init will create a Gemfile.next and an initialized Gemfile.next.lock.
174
The Gemfile.next.lock is initialized with the contents of your existing
0 commit comments