diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ed8faf..9bf7f93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) --- +## [**1.8.2**] - 2021-07-11 + +### Added + +* Some minor comments in the test scripts + +### Changed + +* The asciinema video + ## [**1.8.1**] - 2021-07-10 ### Added diff --git a/README.md b/README.md index 47ffe44..844450f 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ * Make your _community healthier_ with all the guides like code of conduct, contributing, support, security... * Learn more with the [official Github guide on creating repositories from a template](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template). * To start using it; "**[click use this template](https://github.com/Josee9988/project-template/generate)**", create your new repository, -* All the basic setup is made through an easy script that will auto-detect all your data to make it lightning fast! 🗲🗲 clone your new repository and execute the `SETUP_TEMPLATE.sh` shell script to personalize the files with your private details. Check how to execute it [here](https://asciinema.org/a/398761). +* All the basic setup is made through an easy script that will auto-detect all your data to make it lightning fast! 🗲🗲 clone your new repository and execute the `SETUP_TEMPLATE.sh` shell script to personalize the files with your private details. Check how to execute it [here](https://asciinema.org/a/424847). * All the markdown follows [MarkdownLint rules](https://github.com/DavidAnson/markdownlint). --- @@ -48,7 +48,7 @@ for more information or guidance, follow the [Github guide](https://docs.github. chmod u+x SETUP_TEMPLATE.sh && ./SETUP_TEMPLATE.sh # additional parameters [Username] [Project-Name] [Email] [Project type] ``` - Additionally, watch *[this video](https://asciinema.org/a/404568)* to see **how to execute the script** or use *`bash SETUP_TEMPLATE.sh --help`* to obtain some extra information. + Additionally, watch *[this video](https://asciinema.org/a/424847)* to see **how to execute the script** or use *`bash SETUP_TEMPLATE.sh --help`* to obtain some extra information. If the automatic detection of the username, project name or email is NOT right, please post an issue, and you can **manually correct** them like: `bash SETUP_TEMPLATE.sh RightUsername RightProjectName RightEmail` being `$1` the new username, `$2` the new project name, `$3` the new email and `$4` the project type.