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