From e859639bc6fa6a0e203993c9ddd469475fc6e88d Mon Sep 17 00:00:00 2001 From: John Cokos Date: Tue, 30 Apr 2024 16:55:48 -0700 Subject: [PATCH] adds link to the gh download page (#221) * adds link to the gh download page * Opens links in new tab. --------- Co-authored-by: Brook Riggio <11095+brookr@users.noreply.github.com> --- system-setup/windows/2-gh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system-setup/windows/2-gh.md b/system-setup/windows/2-gh.md index 84a53af..c7fd1df 100644 --- a/system-setup/windows/2-gh.md +++ b/system-setup/windows/2-gh.md @@ -5,13 +5,13 @@ Install the `gh` command line tool from GitHub --- 1. Close any open **GitBash** windows you may have open. -1. Navigate to the [GitHub CLI] download page. +1. Navigate to the [GitHub CLI](https://cli.github.com/){:target="_blank"} download page. 1. Click to download button. 1. Once the installer downloads, open the file and follow the on-screen instructions. ## Setup GitHub for "Authentication" -In order to use Git locally in a secure manner, we need to connect our computer with github.com. (_For further information about this process, visit [GitHub Instructions: Caching GitHub credentials](https://docs.github.com/en/get-started/getting-started-with-git/caching-your-github-credentials-in-git)_) +In order to use Git locally in a secure manner, we need to connect our computer with github.com. (_For further information about this process, visit [GitHub Instructions: Caching GitHub credentials](https://docs.github.com/en/get-started/getting-started-with-git/caching-your-github-credentials-in-git){:target="_blank"}_) Open the **GitBash** application.