1. Install RenderCV using `uv tool install "rendercv[full]"`.
2. Create a YAML file defining the CV content, design, and locale.
3. Render the CV using `rendercv render <input.yaml>`. This generates PDF, Typst, Markdown, HTML, and PNG files by default.
4. Customize the theme and locale by modifying the YAML file or using command-line arguments.
5. Use watch mode (`rendercv render <input.yaml> --watch`) to automatically re-render the CV on changes.
6. Override specific fields from the command line using `--cv.field` or `--design.field`.