Skip to content

Commit

Permalink
adds link to the gh download page (#221)
Browse files Browse the repository at this point in the history
* adds link to the gh download page

* Opens links in new tab.

---------

Co-authored-by: Brook Riggio <[email protected]>
  • Loading branch information
johncokos and brookr authored Apr 30, 2024
1 parent f723eeb commit e859639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system-setup/windows/2-gh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit e859639

Please sign in to comment.