Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
refer to golang install url
Browse files Browse the repository at this point in the history
previously, I included instructions for how to setup a GOPATH
(borrowed from the golang install instructions). This commit
removes those instructions and instead provides links to the
download as well as install pages from golang.org.
  • Loading branch information
bodepd committed Mar 30, 2016
1 parent 631d4a1 commit 11f01b6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/BUILD_AND_TEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,13 @@
## Getting Started
To build snap you'll need:
* [Golang >= 1.4](https://golang.org)
* Golang should be [downloaded](https://golang.org/dl/), and (installed](https://golang.org/doc/install)
The below instructions assume that the GOPATH environment variable has been set.
* An option to look into is using the [go version manager (gvm)](https://github.com/moovweb/gvm) if you want to easily switch between Go versions.
* [GNU Make](https://www.gnu.org/software/make/)
* [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)

* snap:
* Set your `$GOPATH` environment variable.

```
export GOPATH=$HOME/work`
```
* Install snap into your `$GOPATH`.

```
Expand Down

0 comments on commit 11f01b6

Please sign in to comment.