From edc65c23dbbbb84ef8dc5112deeaec323f43f59f Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Mon, 23 May 2022 13:07:57 -0700 Subject: [PATCH] Update step 0 format --- README.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7362f8f..033c5a9 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,7 @@ _Create a GitHub Action and use it in a workflow._ Do not use quotes on the
tag attributes. --> -
-

Start

- -[![start-course](https://user-images.githubusercontent.com/1221423/154366775-5491926f-9ed1-4a4a-a229-0810c0ed7e5e.svg)](https://github.com/skills/hello-github-actions/generate) - -> When you select **Start course** or **Use this template**, you will be prompted to create a new repository. -> We recommend creating a public repository, as private repositories will [use Actions minutes](https://docs.github.com/billing/managing-billing-for-github-actions/about-billing-for-github-actions).
-> After you make your own repository, wait about 20 seconds and refresh. I will go to the next step. + Automation is key for streamlining your work processes, and [GitHub Actions](https://docs.github.com/actions) is the best way to supercharge your workflow. @@ -35,7 +28,17 @@ Automation is key for streamlining your work processes, and [GitHub Actions](htt - **Prerequisites**: In this course you will work with issues and pull requests, as well as edit files. We recommend you take the [Introduction to GitHub](/skills/introduction-to-github) course first! - **How long**: This course is five steps long and can be finished in less than two hours to complete. -
+## How to start this course + +1. Above these instructions, right-click **Use this template** and open the link in a new tab. + ![Use this template](https://user-images.githubusercontent.com/1221423/169618716-fb17528d-f332-4fc5-a11a-eaa23562665e.png) +2. In the new tab, follow the prompts to create a new repository. + - For owner, choose your personal account or an organization to host the repository. + - We recommend creating a public repository—private repositories will [use Actions minutes](https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions). + ![Create a new repository](https://user-images.githubusercontent.com/1221423/169618722-406dc508-add4-4074-83f0-c7a7ad87f6f3.png) +3. After your new repository is created, wait about 20 seconds, then refresh the page. Follow the step-by-step instructions in the new repository's README. + +