From 2f04117a30478710b420dee93e082fa476102a7c Mon Sep 17 00:00:00 2001 From: Katerina Pilatova Date: Mon, 15 Apr 2024 18:14:30 +0200 Subject: [PATCH] docs: improve wording, add SSH method --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2b3ac4..7204e14 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,14 @@ In this repository, various exercises for practicing Git and GitHub skills may b ## Prerequisites -[Install](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) Git on your device. +1. [Install](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) Git on your device. +2. Create a GitHub account. +3. (optional) If you wish to use the SSH clone method, upload your SSH public key to GitHub. ## Setup -Clone this repository using [HTTPS](https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls). +Download this repository using [HTTPS](https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls). +Alternatively using [SSH](https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-ssh-urls) ```bash git clone https://github.com/flowup/git-workshop.git