Skip to content

Commit

Permalink
Update setting_up_git.md
Browse files Browse the repository at this point in the history
Added Android/Termux
  • Loading branch information
LinusCoser authored Aug 19, 2024
1 parent 6a240d0 commit 49aa99b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion foundations/installations/setting_up_git.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,18 @@ Click the Operating System you have chosen below:

<details markdown="block">

<summary class="dropDown-header">Linux</summary>
<summary class="dropDown-header">Linux/Android</summary>

#### Step 1.1: Update the system

If you're an Android user, open your termux app. If you're not logged in to your proot-distro Ubuntu, kindly run this command to get started:

```bash
proor-distro login ubuntu-oldlts
```

Using your emulated Ubuntu environment, you may proceed in this instruction.

Run these commands in the terminal to update the Linux system:

```bash
Expand Down

0 comments on commit 49aa99b

Please sign in to comment.