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

Commit

Permalink
Use go get -d to get Snap
Browse files Browse the repository at this point in the history
  • Loading branch information
Éric Lemoine committed Jun 21, 2016
1 parent 93f40c3 commit 5c56564
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/BUILD_AND_TEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ To build the Snap Framework you'll need:

The instructions below assume that the `GOPATH` environment variable has been set properly. Many of us use [go version manager (gvm)](https://github.com/moovweb/gvm) to easily switch between Go versions.

Now you can install Snap into your `$GOPATH`:
Now you can download Snap into your `$GOPATH`:

```
$ go get github.com/intelsdi-x/snap
$ # -d is used to download snap without building it
$ go get -d github.com/intelsdi-x/snap
$ cd $GOPATH/src/github.com/intelsdi-x/snap
```

Expand Down

0 comments on commit 5c56564

Please sign in to comment.