slint-ui / slint-rust-template

A template for a Rust Application using Slint. This is meant to be used with cargo-generate.
https://slint.rs
MIT License
213 stars 37 forks source link

wrong documentation #4

Closed Frank-Buss closed 2 years ago

Frank-Buss commented 2 years ago

cargo generate --git slint-ui/slint-rust-template --name my-project result in this error, with the latest stable Rust version:

Error: Please check if the Git user / repository exists.

Caused by:
    unsupported URL protocol; class=Net (12)

The right command was cargo generate --git https://github.com/slint-ui/slint-rust-template --name my-project.

ogoffart commented 2 years ago

Thanks for the bug report.