mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 20:56:42 +00:00
docs: add Termux setup guide
This commit is contained in:
parent
9f4879779a
commit
7c864089fc
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -254,3 +254,13 @@ also included in our repository in the `COPYING.LESSER` file.
|
|||
The go-ethereum binaries (i.e. all code inside of the `cmd` directory) are licensed under the
|
||||
[GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html), also
|
||||
included in our repository in the `COPYING` file.
|
||||
|
||||
## Termux Setup (Android)
|
||||
|
||||
You can also set up go-ethereum in Termux on Android for lightweight development or documentation contributions:
|
||||
|
||||
```bash
|
||||
pkg update && pkg upgrade -y
|
||||
pkg install git golang make clang -y
|
||||
git clone https://github.com/Tinu280/go-ethereum.git
|
||||
cd go-ethereum
|
||||
|
|
|
|||
Loading…
Reference in a new issue