From 9efa49bb8b0f78ba06b9896c4ebe4e76e8ac4239 Mon Sep 17 00:00:00 2001 From: SIGSEGV Date: Sat, 15 May 2021 21:21:10 +0530 Subject: [PATCH] Termux on Play Store is deprecated; replaced with F-Droid link See https://github.com/termux/termux-app#google-playstore-deprecated --- docs/termux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/termux.md b/docs/termux.md index ff5f6ff8181f..23191e957739 100644 --- a/docs/termux.md +++ b/docs/termux.md @@ -17,7 +17,7 @@ Termux is an Android terminal application and Linux environment, which can also ## Installation -1. Install Termux from the [Google Play Store](https://play.google.com/store/apps/details?id=com.termux) +1. Install Termux from [F-Droid](https://f-droid.org/en/packages/com.termux/) 2. Make sure it's up-to-date by running `apt update && apt upgrade` 3. Install required packages: `apt install build-essential python git nodejs yarn` 4. Install code-server: `yarn global add code-server`