diff --git a/README.md b/README.md index a899af3..97c84e9 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+): ```