Skip to content

Commit

Permalink
updated instructions for private repository
Browse files Browse the repository at this point in the history
  • Loading branch information
stikkireddy committed Apr 4, 2020
1 parent 0262da4 commit 2eec3cc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -80,7 +80,13 @@ This program built for i386-apple-darwin11.3.0
* After installing `golang`, `terraform`, and `make` you will now build the artifact.

```bash
$ go get -u github.com/databrickslabs/databricks-terraform && cd $GOPATH/src/github.com/databrickslabs/databricks-terraform
$ go get -v -u github.com/databrickslabs/databricks-terraform && cd $GOPATH/src/github.com/databrickslabs/databricks-terraform
```

:warning: If you are fetching from a private repository please use the following command:

```bash
$ GOSUMDB=off GOPROXY=direct go get -v -u github.com/databrickslabs/databricks-terraform && cd $GOPATH/src/github.com/databrickslabs/databricks-terraform
```

* When you are in the root directory of the repository please run:
Expand Down

0 comments on commit 2eec3cc

Please sign in to comment.