Merge pull request #244 from astrophena/patch-1

Add Termux installation instructions to README.md
This commit is contained in:
Zack 2020-09-06 15:42:49 -07:00 committed by GitHub
commit 1226a802e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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+):
```