Skip to content

Commit 045d909

Browse files
Vedant SinghaniaSarah Edwards
andauthored
added section for git installation on Chrome (#13174)
Co-authored-by: Sarah Edwards <skedwards88@github.com>
1 parent 961e79e commit 045d909

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

content/get-started/quickstart/set-up-git.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@ If you don't need to work with files locally, {% data variables.product.product_
4040
## Setting up Git
4141

4242
1. [Download and install the latest version of Git](https://git-scm.com/downloads).
43+
44+
{% note %}
45+
46+
**Note**: If you are using a Chrome OS device, additional set up is required:
47+
48+
1. Install a terminal emulator such as Termux from the Google Play Store on your Chrome OS device.
49+
2. From the terminal emulator that you installed, install Git. For example, in Termux, enter `apt install git` and then type `y` when prompted.
50+
51+
{% endnote %}
52+
4353
2. [Set your username in Git](/github/getting-started-with-github/setting-your-username-in-git).
4454
3. [Set your commit email address in Git](/articles/setting-your-commit-email-address).
4555

0 commit comments

Comments
 (0)