Observed behavior: 1. Follow [this guide](https://tauri.app/v1/guides/getting-started/setup/), selecting the 'cargo' tab to get started, creating a new Tauri app. 2. I jump to the 'Development Cycle' section, as I'm working with cargo, and find `cargo tauri dev` [here](https://tauri.app/v1/guides/development/development-cycle#2-start-tauri-development-window) as the command to start the server. 3. I run ``` ➜ cargo tauri error: no such command: `tauri` ``` Expected behavior: 1. I see a `cargo install tauri-cli` in the instructions [here](https://tauri.app/v1/guides/development/development-cycle#2-start-tauri-development-window) before I start my server via `cargo tauri dev`.