From bee73b1137f61a99737247536e62a963ab36aedb Mon Sep 17 00:00:00 2001 From: Allison <151681177+AllisonW123@users.noreply.github.com> Date: Thu, 13 Jun 2024 10:19:37 -0500 Subject: [PATCH] Update README.md Changed language from GitKraken Client to GitKraken Desktop --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ae1ff4d..dff633b 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ Welcome! This is the sandbox repository for the [Foundations of Git](https://learn.gitkraken.com) course. Use this repository for exercise lessons, or as a sandbox for your own exploration. -## Cloning with GitKraken Client +## Cloning with GitKraken Desktop 1. [Fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo#forking-a-repository) the repo on GitHub - 2. Download [GitKraken Client](https://gitkraken.com) + 2. Download [GitKraken Desktop](https://gitkraken.com) 3. Connect with GitHub account (not required, but helpful) 4. From New Tab, click the "Clone a repo" button - If you connected with GitHub, select GitHub.com tab and use dropdown menu to select fork. Then clone to your machine. - - If not connected with GitHub, use the "Clone with URL" option and paste the Clone URL from fork repo page on GitHub. Then clone to your machine + - If not connected with GitHub, use the "Clone with URL" option and paste the Clone URL from fork repo page on GitHub. Then clone to your machine. 5. Success! Refer back to [course lessons](https://learn.gitkraken.com) for exercises.