1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

Add Termux installation instructions to README.md

This commit is contained in:
Ilya Mateyko 2020-09-07 01:03:24 +03:00 committed by GitHub
parent a5e882ec25
commit f20c42319b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,6 +67,12 @@ On Ubuntu you can install with `snap`:
$ snap install croc $ 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+): Or, you can [install Go](https://golang.org/dl/) and build from source (requires Go 1.12+):
``` ```