From e4ae2846bada8034a4bd7eb77afa456c73989b05 Mon Sep 17 00:00:00 2001 From: TylerMS887 <115214762+TylerMS887@users.noreply.github.com> Date: Mon, 6 Nov 2023 17:25:41 +0000 Subject: [PATCH] Update instructions on settings up Git on ChromeOS (#29701) Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com> --- content/get-started/quickstart/set-up-git.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/get-started/quickstart/set-up-git.md b/content/get-started/quickstart/set-up-git.md index 024338c00e68..829bf4347069 100644 --- a/content/get-started/quickstart/set-up-git.md +++ b/content/get-started/quickstart/set-up-git.md @@ -43,7 +43,9 @@ If you do not need to work with files locally, {% data variables.product.product {% note %} - **Note**: If you are using a Chrome OS device, additional setup is required: + **Note**: Most Chrome OS devices from 2020 onwards now have a built-in Linux environment, which includes Git. To enable it, go to the Launcher, search for Linux, and click **Turn on**. + + If you are using an older Chrome OS device, another method is required: 1. Install a terminal emulator such as Termux from the Google Play Store on your Chrome OS device. 1. From the terminal emulator that you installed, install Git. For example, in Termux, enter `apt install git` and then type `y` when prompted.