diff --git a/README.md b/README.md index 4e5f7a5..da2d544 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ Signed commits ## How to use -To generate a new project from this template, you need to install [cargo-generate](https://github.com/cargo-generate/cargo-generate) and run: +Either with "Use this template" green button on Github or, in case of using another git hosting service (or have to avoid referencing this repository), you can use [cargo-generate](https://github.com/cargo-generate/cargo-generate). ```sh cargo install cargo-generate diff --git a/cargo-generate.toml b/cargo-generate.toml index 12c6a7c..efc6eac 100644 --- a/cargo-generate.toml +++ b/cargo-generate.toml @@ -7,8 +7,6 @@ cargo_generate_version = ">=0.23.0" # Exclude files from the placeholder generated for the template exclude = [ - ".github/workflows/dependency-audit.yml", - ".github/workflows/coverage-pr.yml", - ".github/workflows/semver-checks.yml", + ".github/workflows", "target", ]