Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.

Commit 44bd5fc

Browse files
committed
Added a guide for installing the tool in Termux with pkg
1 parent 1910860 commit 44bd5fc

2 files changed

Lines changed: 30 additions & 2 deletions

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ You can install `dotload` using the following package managers:
7878
<summary><b>With install.sh (Reccomended) ✅</b></summary>
7979
<br/>
8080

81-
With this method, you can install dotload on almost **any system**, including Termux
81+
With this method, you can install **dotload** on almost **any system**, including **Termux**
8282

8383
📥 **Install**:
8484

@@ -148,6 +148,20 @@ You can install `dotload` using the following package managers:
148148

149149
</details>
150150

151+
<details>
152+
<summary><b>Termux</b></summary>
153+
<br/>
154+
155+
You will also receive further updates with this method
156+
157+
```bash
158+
# Add Termux User Repository
159+
pkg install tur-repo
160+
pkg update && pkg install dotload
161+
```
162+
163+
</details>
164+
151165
Or you can run without installation on **any** OS with this command:
152166

153167
```bash

docs/uk_UA/README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<summary><b>З install.sh (Рекомендовано) ✅</b></summary>
7979
<br/>
8080

81-
З цим методом, ви можете встановити dotload практично на **будь-якій системі**, в тому числі в Termux
81+
З цим методом, ви можете встановити **dotload** практично на **будь-якій системі**, в тому числі й на **Termux**
8282

8383
📥 **Встановлення**:
8484

@@ -148,6 +148,20 @@
148148

149149
</details>
150150

151+
<details>
152+
<summary><b>Termux</b></summary>
153+
<br/>
154+
155+
З цим методом ви отримуватимете подальші оновлення
156+
157+
```bash
158+
# Add Termux User Repository
159+
pkg install tur-repo
160+
pkg update && pkg install dotload
161+
```
162+
163+
</details>
164+
151165
Також ви можете запустити його без встановлення на **будь-якій** ОС за допомогою цієї команди:
152166

153167
```bash

0 commit comments

Comments
 (0)