Installation
Install the Stepshots CLI and its prerequisites
Installation
Prerequisites
- Rust toolchain — Install via rustup.rs. The CLI requires Rust 1.80+.
- Google Chrome or Chromium — The CLI uses headless Chrome via the Chrome DevTools Protocol (CDP) to record tutorials. Chrome must be findable on your
PATHor at its default install location.
Install from crates.io
bash
Install from source
If you have the Stepshots repository cloned:
bash
Verify
bash
You should see the installed version printed.
Shell Completion
The CLI uses clap, so you can generate shell completions if needed. See the --help output for details.
Next Steps
- Configuration — Set up your
stepshots.config.json - Recording — Record your first tutorial