diff --git a/README.md b/README.md index 3619a01..d71a6d3 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,9 @@ ``` -2. Create a file in your repo's `.github/workflows` folder and give it a name such as `youtube-cards.yml` with the following contents. +2. Create a folder named `.github` in your repository and inside create a folder named `workflows` if it does not exist. + +3. Create a file in your repo's `.github/workflows/` folder and give it a name such as `youtube-cards.yml` with the following contents. ```yml @@ -39,11 +41,12 @@ jobs: - uses: DenverCoder1/github-readme-youtube-cards@main with: channel_id: UCipSxT7a3rn81vGLw9lqRkg - comment_tag_name: YOUTUBE-CARDS ``` -Make sure to change the `channel_id` to your YouTube channel ID. See below for advanced configuration. +4. Make sure to change the `channel_id` to your YouTube channel ID. + +See below for [advanced configuration](#advanced-configuration). The [cron expression](https://crontab.cronhub.io/) in the example above is set to run at the top of every hour. The first time, you may want to [trigger the workflow manually](https://github.com/DenverCoder1/github-readme-youtube-cards/wiki/Running-the-GitHub-Action-Manually).