From b3d4dc3a0833ba8c876574863db99544af2611f4 Mon Sep 17 00:00:00 2001 From: Hannes Delbeke Date: Tue, 24 Oct 2023 14:13:46 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcd9ea0..1e11029 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ A Substance Painter plugin template. 1. Click on **[Use this template](https://github.com/hannesdelbeke/substance-painter-plugin-template/generate)** 3. Give a name to your project (e.g. `my_awesome_project` recommendation is to use all lowercase and underscores separation for repo names.) 3. Wait until the first run of CI finishes (Github Actions will process the template and commit to your new repo) -4. If you want [codecov](https://about.codecov.io/sign-up/) Reports and Automatic Release to [PyPI](https://pypi.org) - On the new repository `settings->secrets` add your `PYPI_API_TOKEN` and `CODECOV_TOKEN` (get the tokens on respective websites) +4. For [codecov](https://about.codecov.io/sign-up/) Reports & Automatic Release to [PyPI](https://pypi.org) + go to `settings->secrets` add your `PYPI_API_TOKEN` and `CODECOV_TOKEN` 4. Read the file [CONTRIBUTING.md](CONTRIBUTING.md) > ⚠️ **WAIT** until first CI run on github actions before cloning your new project. 5. Then clone your new project and happy coding!