Official Go implementation of the Ethereum protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
go-ethereum/docs/_doc/Installation-Instructions-f...

445 B

title
Installation instructions for Arch

Installing using pacman

The geth package is available from the community repo.

You can install it using

pacman -S geth

Installing from source

Install dependencies

pacman -S git go gcc

Download and build geth

git clone https://github.com/ethereum/go-ethereum
cd go-ethereum
make geth