From f20c42319b555c72801a83f2b6605b99d5ce899f Mon Sep 17 00:00:00 2001 From: Ilya Mateyko Date: Mon, 7 Sep 2020 01:03:24 +0300 Subject: [PATCH] Add Termux installation instructions to README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a899af35..97c84e9d 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,12 @@ On Ubuntu you can install with `snap`: $ snap install croc ``` +On Termux you can install with `pkg`: + +``` +$ pkg install croc +``` + Or, you can [install Go](https://golang.org/dl/) and build from source (requires Go 1.12+): ```