From 378078ccc27eb6eb65e3d8d4f4db779ffe6eff3b Mon Sep 17 00:00:00 2001 From: yao mtc Date: Fri, 9 Dec 2022 13:14:56 -0500 Subject: [PATCH 1/2] Update 02-00-ok-lets-get-started.md Added link to fork that adds Linux support --- 02-getting-started/02-00-ok-lets-get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-getting-started/02-00-ok-lets-get-started.md b/02-getting-started/02-00-ok-lets-get-started.md index 0d258ca..f0fc09f 100644 --- a/02-getting-started/02-00-ok-lets-get-started.md +++ b/02-getting-started/02-00-ok-lets-get-started.md @@ -1,7 +1,7 @@ # OK, Let's Get Started! 1. Register an account at [GitHub](https://github.com/join). -2. Download and install the [GitHub desktop app](https://desktop.github.com/). *(This guide will assume you're on Windows from here on out--the Mac desktop app may work a bit differently.)* +2. Download and install the [GitHub desktop app](https://desktop.github.com/). *(This guide will assume you're on Windows from here on out--the Mac desktop app may work a bit differently. [Linux users should look here.](https://github.com/muroko/github-desktop-linux))* 3. Enter your user info from step 1 into the GitHub desktop app you installed in step 2. That was pretty painless, right? Let's get ready to practice creating repos, making commits, and working as a team on GitHub! From 1d7e201d79a08ec2bf9a0675a7d2d4b723a787a9 Mon Sep 17 00:00:00 2001 From: yao mtc Date: Fri, 9 Dec 2022 14:07:09 -0500 Subject: [PATCH 2/2] Updated Linux fork URL Picked the wrong one --- 02-getting-started/02-00-ok-lets-get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-getting-started/02-00-ok-lets-get-started.md b/02-getting-started/02-00-ok-lets-get-started.md index f0fc09f..fba2884 100644 --- a/02-getting-started/02-00-ok-lets-get-started.md +++ b/02-getting-started/02-00-ok-lets-get-started.md @@ -1,7 +1,7 @@ # OK, Let's Get Started! 1. Register an account at [GitHub](https://github.com/join). -2. Download and install the [GitHub desktop app](https://desktop.github.com/). *(This guide will assume you're on Windows from here on out--the Mac desktop app may work a bit differently. [Linux users should look here.](https://github.com/muroko/github-desktop-linux))* +2. Download and install the [GitHub desktop app](https://desktop.github.com/). *(This guide will assume you're on Windows from here on out--the Mac desktop app may work a bit differently. [Linux users should look here.](https://github.com/shiftkey/desktop))* 3. Enter your user info from step 1 into the GitHub desktop app you installed in step 2. That was pretty painless, right? Let's get ready to practice creating repos, making commits, and working as a team on GitHub!