Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
htdvisser committed May 16, 2019
1 parent 4d09f7e commit 5d30ea6
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Expand Up @@ -6,16 +6,11 @@

## Usage

To avoid issues with incompatible dependencies, we recommend using [vgo](https://github.com/golang/go/wiki/vgo).

Assuming you're working on a project `github.com/your-username/your-project`:

```
go get -u golang.org/x/vgo
cd $GOPATH/src/github.com/your-username/your-project
vgo mod -init -module github.com/your-username/your-project
vgo get github.com/TheThingsNetwork/go-app-sdk
vgo mod -vendor
go mod -init -module github.com/your-username/your-project
go get github.com/TheThingsNetwork/go-app-sdk
```

See the examples [on GoDoc](https://godoc.org/github.com/TheThingsNetwork/go-app-sdk#example-package).
Expand Down

0 comments on commit 5d30ea6

Please sign in to comment.