diff --git a/src/content/docs/start/migrate/from-tauri-1.mdx b/src/content/docs/start/migrate/from-tauri-1.mdx index 4a64211cb6..a85ff2c357 100644 --- a/src/content/docs/start/migrate/from-tauri-1.mdx +++ b/src/content/docs/start/migrate/from-tauri-1.mdx @@ -50,6 +50,12 @@ fn main() { ## Automated Migration +:::danger + +This command is not a substitude for this guide! Please read the _whole_ page regardless of whether you chose to use the command. + +::: + The Tauri v2 CLI includes a `migrate` command that automates most of the process and helps you finish the migration: