From af4c3dbae6f06cb1064172b81bb1fb34761102dc Mon Sep 17 00:00:00 2001 From: Tenkuma <85490958+adrianvic@users.noreply.github.com> Date: Sun, 16 Nov 2025 12:00:32 -0300 Subject: [PATCH] Update Termux installation guide Added installation instructions and download links for Termux. --- tutorials/installing-termux.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/tutorials/installing-termux.md b/tutorials/installing-termux.md index cf99743..2256dee 100644 --- a/tutorials/installing-termux.md +++ b/tutorials/installing-termux.md @@ -1 +1,16 @@ # How to install Termux +Termux is available to download both on F-Droid and Google Play store. + +All tutorials are made to work with the F-Droid version, as Google imposes various limitations to what Termux can do. + +**Note:** You can download the F-Droid version of Termux without downloading F-Droid itself, however you won't receive updates. F-droid is an open-source app store that provides only free and open-source (FOSS) software, installing it does not imply any security risk, even though Google will try to scare you when you install it. + +Downloading Termux is as simple as going to your app store of choice (Play Store or F-Droid) and installing it. + +Alternatively, you can download directly from the Termux GitHub repository. + +| Source | Download link | +| --- | --- | +| F-Droid | https://f-droid.org/packages/com.termux/ | +| Google Play Store | https://play.google.com/store/apps/details?id=com.termux | +| GitHub repository | https://github.com/termux/termux-app/releases |