pull/20035/head
Martin Holst Swende 6 years ago
parent fadeac7dec
commit 1161c3129b
No known key found for this signature in database
GPG Key ID: 683B438C05A5DDF0
  1. 15
      docs/_install-and-build/Installing-Geth.md

@ -3,13 +3,8 @@ title: Installing Geth
--- ---
The Go implementation of Ethereum can be installed using a variety of ways. These include obtaining it as part of Mist; installing it via your favorite package manager; downloading a standalone pre-built bundle; running as a docker container; or building it yourself. This document will detail all of these possibilities to get you quickly joining the Ethereum network using whatever means you prefer. The Go implementation of Ethereum can be installed using a variety of ways. These include obtaining it as part of Mist; installing it via your favorite package manager; downloading a standalone pre-built bundle; running as a docker container; or building it yourself. This document will detail all of these possibilities to get you quickly joining the Ethereum network using whatever means you prefer.
* [Install from a package manager](#install-from-a-package-manager) {:toc}
* [Install on macOS via Homebrew](#install-on-macos-via-homebrew) * this will be removed by the toc
* [Install on Ubuntu via PPAs](#install-on-ubuntu-via-ppas)
* [Download standalone bundle](#download-standalone-bundle)
* [Run inside docker container](#run-inside-docker-container)
* [Build it from source code](#build-it-from-source-code)
* [Building without a Go workflow](#building-without-a-go-workflow)
## Install from a package manager ## Install from a package manager
@ -64,7 +59,7 @@ sudo apt-get update
sudo apt-get install ethereum-unstable sudo apt-get install ethereum-unstable
``` ```
### Installing on FreeBSD using `pkg` ### Installing on FreeBSD via `pkg`
```shell ```shell
pkg install go-ethereum pkg install go-ethereum
@ -76,7 +71,7 @@ The `geth` command is then available on your system in `/usr/local/bin/geth`, yo
geth -rinkeby geth -rinkeby
``` ```
### Installing on FreeBSD Using ports ### Installing on FreeBSD via ports
Go to the `net-p2p/go-ethereum` ports directory: Go to the `net-p2p/go-ethereum` ports directory:
@ -89,7 +84,7 @@ Then build it the standard way (as root):
make install make install
``` ```
### Installing on Arch Linux using `pacman` ### Installing on Arch Linux via `pacman`
The `geth` package is available from the [community repo](https://www.archlinux.org/packages/community/x86_64/geth/). The `geth` package is available from the [community repo](https://www.archlinux.org/packages/community/x86_64/geth/).

Loading…
Cancel
Save