Skip to content

Commit fa40882

Browse files
authored
Use next_rails --init in docs (#143)
Since we are deprecating `next --init`, let's stop mentioning it in the README.md
1 parent 141c2f1 commit fa40882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ next_rails --help # For more options and examples
140140
This command helps you dual-boot your application.
141141

142142
```bash
143-
next --init # Create Gemfile.next and Gemfile.next.lock
143+
next_next --init # Create Gemfile.next and Gemfile.next.lock
144144
vim Gemfile # Tweak your dependencies conditionally using `next?`
145145
next bundle install # Install new gems
146146
next rails s # Start server using Gemfile.next
@@ -168,7 +168,7 @@ Or install it yourself as:
168168

169169
Execute:
170170

171-
$ next --init
171+
$ next_rails --init
172172

173173
Init will create a Gemfile.next and an initialized Gemfile.next.lock.
174174
The Gemfile.next.lock is initialized with the contents of your existing

0 commit comments

Comments
 (0)