From 71c120d010bdb864920b74f91231916890e96171 Mon Sep 17 00:00:00 2001 From: Juan Vasquez Date: Wed, 26 Feb 2025 08:17:13 -0600 Subject: [PATCH] Use next_rails --init in docs Since we are deprecating `next --init`, let's stop mentioning it in the README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6eec4b0..6fa169a 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ next_rails --help # For more options and examples This command helps you dual-boot your application. ```bash -next --init # Create Gemfile.next and Gemfile.next.lock +next_next --init # Create Gemfile.next and Gemfile.next.lock vim Gemfile # Tweak your dependencies conditionally using `next?` next bundle install # Install new gems next rails s # Start server using Gemfile.next @@ -168,7 +168,7 @@ Or install it yourself as: Execute: - $ next --init + $ next_rails --init Init will create a Gemfile.next and an initialized Gemfile.next.lock. The Gemfile.next.lock is initialized with the contents of your existing