From afbc25d92a43faca0c5edb35f7a587331f85300d Mon Sep 17 00:00:00 2001 From: Vedant Singhania Date: Sat, 18 Dec 2021 17:37:17 -0800 Subject: [PATCH 1/2] added section for git installation on Chrome --- content/get-started/quickstart/set-up-git.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/get-started/quickstart/set-up-git.md b/content/get-started/quickstart/set-up-git.md index 836d69cabcf4..5137f7570841 100644 --- a/content/get-started/quickstart/set-up-git.md +++ b/content/get-started/quickstart/set-up-git.md @@ -40,6 +40,9 @@ If you don't need to work with files locally, {% data variables.product.product_ ## Setting up Git 1. [Download and install the latest version of Git](https://git-scm.com/downloads). +
Please Note: If you are using a ChromeOS device additional set up is required. +
1. Install Termux from the Google Play Store on your Chrome OS device. +
2. Use the command `apt install git`, and then type `y` when prompted. 2. [Set your username in Git](/github/getting-started-with-github/setting-your-username-in-git). 3. [Set your commit email address in Git](/articles/setting-your-commit-email-address). From 04ea42d3a54547deb99851972058b6bb9e2a61e6 Mon Sep 17 00:00:00 2001 From: Sarah Edwards Date: Wed, 29 Dec 2021 11:02:52 -0800 Subject: [PATCH 2/2] Update content/get-started/quickstart/set-up-git.md --- content/get-started/quickstart/set-up-git.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/content/get-started/quickstart/set-up-git.md b/content/get-started/quickstart/set-up-git.md index 5137f7570841..9f4bc3d9fff3 100644 --- a/content/get-started/quickstart/set-up-git.md +++ b/content/get-started/quickstart/set-up-git.md @@ -40,9 +40,16 @@ If you don't need to work with files locally, {% data variables.product.product_ ## Setting up Git 1. [Download and install the latest version of Git](https://git-scm.com/downloads). -
Please Note: If you are using a ChromeOS device additional set up is required. -
1. Install Termux from the Google Play Store on your Chrome OS device. -
2. Use the command `apt install git`, and then type `y` when prompted. + +{% note %} + +**Note**: If you are using a Chrome OS device, additional set up is required: + +1. Install a terminal emulator such as Termux from the Google Play Store on your Chrome OS device. +2. From the terminal emulator that you installed, install Git. For example, in Termux, enter `apt install git` and then type `y` when prompted. + +{% endnote %} + 2. [Set your username in Git](/github/getting-started-with-github/setting-your-username-in-git). 3. [Set your commit email address in Git](/articles/setting-your-commit-email-address).