From 19aa0c3325ded91f5d0ae5b7f7cd15ff2f8fbf79 Mon Sep 17 00:00:00 2001 From: Umesh Singla Date: Sat, 18 Jan 2020 15:29:59 +0530 Subject: [PATCH] Add instructions to install via macports --- docs/_install-and-build/Installing-Geth.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/_install-and-build/Installing-Geth.md b/docs/_install-and-build/Installing-Geth.md index 912e7bf923..d1f9f2d8ca 100644 --- a/docs/_install-and-build/Installing-Geth.md +++ b/docs/_install-and-build/Installing-Geth.md @@ -33,6 +33,18 @@ The `abigen`, `bootnode`, `checkpoint-admin`, `clef`, `devp2p`, `ethkey`, `evm`, Find the different options and commands available with `geth --help`. +### Install on macOS via MacPorts + +If you are a [MacPorts](https://www.macports.org) user, you can run the following command and install `geth`: + +```shell +sudo port install go-ethereum +``` + +The `evm`, `geth`, `rlpdump` and `puppeth` commands are then available on your system in `/opt/local/bin/` or macports installation prefix. + +Find the different options and commands available with `geth --help`. + ### Install on Ubuntu via PPAs The easiest way to install go-ethereum on Ubuntu-based distributions is with the built-in launchpad PPAs (Personal Package Archives). We provide a single PPA repository that contains both our stable and development releases for Ubuntu versions `trusty`, `xenial`, `zesty` and `artful`.