mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-01 09:03:48 +00:00
445 B
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