mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-01 17:13:45 +00:00
16 lines
346 B
Markdown
16 lines
346 B
Markdown
---
|
|
title: Installing Go
|
|
---
|
|
### Windows
|
|
|
|
Download and run the installer found at http://golang.org/doc/install
|
|
|
|
### OS X
|
|
|
|
Download an install the darwin binary from https://golang.org/dl/
|
|
|
|
You can also install go using the Homebrew package manager.
|
|
|
|
### Linux
|
|
|
|
See information about go-installation at [golang](https://golang.org/doc/install)
|