go-ethereum/docs/_doc/Installation-Instructions-for-Arch.md
2019-03-21 10:35:00 +01:00

445 B

title
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